房间内的云信接入
This commit is contained in:
@@ -8,6 +8,13 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
#import "RoomUserInfoModel.h"
|
||||
#import "RoomMicroModel.h"
|
||||
|
||||
typedef NS_ENUM(NSInteger, RoomType) {
|
||||
RoomType_Game = 3,
|
||||
RoomType_Anchor = 6, // 个播房
|
||||
RoomType_MiniGame = 7//小游戏房
|
||||
};
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
@interface RoomCreatBgImageModel : NSObject
|
||||
@property (nonatomic, copy) NSString * id;
|
||||
@@ -130,6 +137,15 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
@property (nonatomic, assign) NSInteger packageGiftValue;
|
||||
@property (nonatomic,strong) NSMutableArray *giftCountArray;
|
||||
@property (nonatomic, assign) BOOL showSmollView;
|
||||
|
||||
@property (nonatomic , assign) BOOL hasAnimationEffect;
|
||||
@property (nonatomic , assign) BOOL valid;
|
||||
@property (nonatomic , assign) NSInteger roomId;
|
||||
@property (nonatomic , copy) NSString * title;
|
||||
@property (nonatomic , assign) RoomType type;
|
||||
@property (nonatomic , copy) NSString * roomPwd;
|
||||
@property (nonatomic , copy) NSString * roomDesc;
|
||||
@property (nonatomic , assign) NSInteger uid;
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
|
Reference in New Issue
Block a user