YOUPAIHRHorizontalPageCell.h 701 B

123456789101112131415161718192021222324
  1. //
  2. // YOUPAIHRHorizontalPageCell.h
  3. // VQU
  4. //
  5. // Created by xiaohaoran on 2021/11/1.
  6. // Copyright © 2021 MS. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "YOUPAILCGiftModel.h"
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface YOUPAIHRHorizontalPageCell : UICollectionViewCell
  12. @property (nonatomic,strong)UIImageView *youpaipimgView;
  13. @property (nonatomic,strong)UILabel *youpaiptitleL;
  14. @property (nonatomic,strong)UILabel *youpaipcountLabel;
  15. @property (nonatomic,strong)UILabel *youpaippriceL;
  16. @property (nonatomic,strong)YOUPAILCGiftModel *youpaipmodel;
  17. @property (nonatomic,strong)UIView *youpaipbgV;
  18. /* 角标 */
  19. @property (strong, nonatomic) UIButton *youpaipbageBtn;
  20. @end
  21. NS_ASSUME_NONNULL_END