修复bug
This commit is contained in:
@@ -112,6 +112,8 @@ typedef NS_ENUM(NSUInteger, CustomMessageType) {
|
||||
CustomMessageType_Room_Album = 101,
|
||||
///守护星球
|
||||
CustomMessageType_Guardian_Planet = 102,
|
||||
///通用公屏信息
|
||||
CustomMessageType_General_Public_Screen = 103,
|
||||
};
|
||||
|
||||
|
||||
@@ -624,6 +626,14 @@ typedef NS_ENUM(NSUInteger, CustomMessageTypeGuardianPlanet) {
|
||||
Custom_Message_Sub_Guardian_Planet_One_Room = 1021,//单房间
|
||||
Custom_Message_Sub_Guardian_Planet_All_Room = 1022,///全部房间
|
||||
};
|
||||
///通用公屏信息
|
||||
//CustomMessageType_General_Public_Screen = 10000,
|
||||
typedef NS_ENUM(NSUInteger, CustomMessageTypeGeneralPublicScreen) {
|
||||
///所有房间
|
||||
Custom_Message_Sub_General_Public_Screen_One_Room = 1031,//单房间
|
||||
Custom_Message_Sub_General_Public_Screen_All_Room = 1032,///全部房间
|
||||
};
|
||||
|
||||
@interface AttachmentModel : PIBaseModel<NIMCustomAttachment>
|
||||
@property (nonatomic,assign) int first;
|
||||
@property (nonatomic,assign) int second;
|
||||
|
Reference in New Issue
Block a user