房间设置开启排麦关闭排麦

This commit is contained in:
fengshuo
2021-12-27 20:44:33 +08:00
parent 0e5e700cbe
commit 222be507a6
20 changed files with 894 additions and 4 deletions

View File

@@ -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;