123456789101112131415161718192021222324 |
- //
- // YOUPAIHRHorizontalPageCell.h
- // VQU
- //
- // Created by xiaohaoran on 2021/11/1.
- // Copyright © 2021 MS. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "YOUPAILCGiftModel.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface YOUPAIHRHorizontalPageCell : UICollectionViewCell
- @property (nonatomic,strong)UIImageView *youpaipimgView;
- @property (nonatomic,strong)UILabel *youpaiptitleL;
- @property (nonatomic,strong)UILabel *youpaipcountLabel;
- @property (nonatomic,strong)UILabel *youpaippriceL;
- @property (nonatomic,strong)YOUPAILCGiftModel *youpaipmodel;
- @property (nonatomic,strong)UIView *youpaipbgV;
- /* 角标 */
- @property (strong, nonatomic) UIButton *youpaipbageBtn;
- @end
- NS_ASSUME_NONNULL_END
|