最后调整
This commit is contained in:
@@ -9,7 +9,14 @@
|
||||
#import "QXTimer.h"
|
||||
#import "GKCycleScrollView.h"
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
typedef NS_ENUM(NSInteger) {
|
||||
/// 抽一次
|
||||
QXMeetDrawBtnTypeOne = 1,
|
||||
/// 抽10次
|
||||
QXMeetDrawBtnTypeTen = 10,
|
||||
/// 抽100次
|
||||
QXMeetDrawBtnTypeHundred = 100,
|
||||
}QXMeetDrawBtnType;
|
||||
@interface QXMeetActivityView : UIView
|
||||
-(void)showInView:(UIView *)view;
|
||||
@property (nonatomic,strong)NSString *roomId;
|
||||
@@ -43,7 +50,7 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
@property (nonatomic,strong)UILabel *titleLabel;
|
||||
@property (nonatomic,strong)UIButton *giftCoin;
|
||||
@property (nonatomic,assign)BOOL isDisable;
|
||||
@property (nonatomic,assign)QXSkyDrawBtnType btnType;
|
||||
@property (nonatomic,assign)QXMeetDrawBtnType btnType;
|
||||
@end
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user