补充提交
This commit is contained in:
@@ -17,6 +17,13 @@ typedef NS_ENUM(NSInteger) {
|
||||
/// 抽100次
|
||||
QXMeetDrawBtnTypeHundred = 100,
|
||||
}QXMeetDrawBtnType;
|
||||
|
||||
@protocol QXMeetActivityViewDelegate <NSObject>
|
||||
|
||||
@optional
|
||||
-(void)timeDownDidFinished;
|
||||
|
||||
@end
|
||||
@interface QXMeetActivityView : UIView
|
||||
-(void)showInView:(UIView *)view;
|
||||
@property (nonatomic,strong)NSString *roomId;
|
||||
@@ -42,6 +49,8 @@ typedef NS_ENUM(NSInteger) {
|
||||
@property (nonatomic,assign)long long startTime;
|
||||
|
||||
@property (nonatomic,strong)QXTimer *timer;
|
||||
|
||||
@property (nonatomic,weak)id<QXMeetActivityViewDelegate>delegate;
|
||||
@end
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user