12345678910111213141516171819202122 |
- //
- // YOUPAIWZHorizontalPageCell.h
- // WZShenmaStar
- //
- // Created by bigbiao on 2017/5/10.
- // Copyright © 2017年 BigBiao. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "YOUPAILCGiftModel.h"
- @interface YOUPAIWZHorizontalPageCell : 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
|