房间设置开启排麦关闭排麦
This commit is contained in:
@@ -30,6 +30,12 @@ typedef NS_ENUM(NSInteger, RoomModeType){
|
||||
RoomModeType_Open_AcrossRoomPK_mode = 7,
|
||||
};
|
||||
|
||||
typedef NS_ENUM(NSInteger, PermitRoomType) {
|
||||
PermitRoomType_Licnese = 1,//牌照
|
||||
PermitRoomType_YoungerStar = 3,//新秀
|
||||
PermitRoomType_Other//其他
|
||||
};
|
||||
|
||||
@interface CandyTreeSwitchModel : NSObject
|
||||
///幸运许愿池开关
|
||||
@property(nonatomic, assign) BOOL openBoxSwitch;
|
||||
@@ -66,7 +72,7 @@ typedef NS_ENUM(NSInteger, RoomModeType){
|
||||
@property (nonatomic , assign) NSInteger onlineNum;
|
||||
@property (nonatomic , assign) BOOL isCloseScreen;
|
||||
@property (nonatomic , assign) BOOL exceptionClose;
|
||||
@property (nonatomic , assign) NSInteger isPermitRoom;
|
||||
@property (nonatomic , assign) PermitRoomType isPermitRoom;
|
||||
@property (nonatomic , assign) NSInteger abChannelType;
|
||||
@property (nonatomic , assign) BOOL hasAnimationEffect;
|
||||
@property (nonatomic , assign) GenderType gender;
|
||||
|
Reference in New Issue
Block a user