修改完成
This commit is contained in:
@@ -11,9 +11,9 @@ typedef NS_ENUM(NSInteger) {
|
||||
/// 抽一次
|
||||
QXSkyDrawBtnTypeOne = 1,
|
||||
/// 抽10次
|
||||
QXSkyDrawBtnTypeTen = 10,
|
||||
QXSkyDrawBtnTypeTen = 6,
|
||||
/// 抽100次
|
||||
QXSkyDrawBtnTypeHundred = 100,
|
||||
QXSkyDrawBtnTypeHundred = 9,
|
||||
}QXSkyDrawBtnType;
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@@ -22,6 +22,7 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
@property (nonatomic,strong)QXGiftModel *giftModel;
|
||||
@property (nonatomic,strong)QXGiftActivityModel *model;
|
||||
@property (nonatomic,strong)NSString* userIds;
|
||||
@property (nonatomic,strong)NSString* heartId;
|
||||
@property (nonatomic,copy)void(^startBlock)(void);
|
||||
-(void)showInView:(UIView *)view;
|
||||
-(void)hide;
|
||||
@@ -54,6 +55,7 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
@property (nonatomic,strong)UIImageView *bgImageView;
|
||||
@property (nonatomic,strong)UILabel *titleLabel;
|
||||
@property (nonatomic,strong)UIButton *giftCoin;
|
||||
@property (nonatomic,assign)BOOL isDisable;
|
||||
@property (nonatomic,assign)QXSkyDrawBtnType btnType;
|
||||
@end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user