YOUPAIWZHorizontalPageCell.h 669 B

12345678910111213141516171819202122
  1. //
  2. // YOUPAIWZHorizontalPageCell.h
  3. // WZShenmaStar
  4. //
  5. // Created by bigbiao on 2017/5/10.
  6. // Copyright © 2017年 BigBiao. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "YOUPAILCGiftModel.h"
  10. @interface YOUPAIWZHorizontalPageCell : UICollectionViewCell
  11. @property (nonatomic,strong)UIImageView *youpaipimgView;
  12. @property (nonatomic,strong)UILabel *youpaiptitleL;
  13. @property (nonatomic,strong)UILabel *youpaipcountLabel;
  14. @property (nonatomic,strong)UILabel *youpaippriceL;
  15. @property (nonatomic,strong)YOUPAILCGiftModel *youpaipmodel;
  16. @property (nonatomic,strong)UIView *youpaipbgV;
  17. /* 角标 */
  18. @property (strong, nonatomic) UIButton *youpaipbageBtn;
  19. @end