房间相册模块
This commit is contained in:
@@ -108,6 +108,8 @@ typedef NS_ENUM(NSUInteger, CustomMessageType) {
|
||||
CustomMessageType_Service_Reply = 99,
|
||||
///通用h5
|
||||
CustomMessageType_Common_H5 = 100,
|
||||
///房间相册
|
||||
CustomMessageType_Room_Album = 101,
|
||||
};
|
||||
|
||||
|
||||
@@ -606,6 +608,12 @@ typedef NS_ENUM(NSUInteger, CustomMessageTypeCommonH5) {
|
||||
Custom_Message_Sub_Common_H5_Advanced = 1102,
|
||||
|
||||
|
||||
};
|
||||
///房间相册
|
||||
//CustomMessageType_Room_Album = 101,
|
||||
typedef NS_ENUM(NSUInteger, CustomMessageTypeRoomAlbum) {
|
||||
///所有房间
|
||||
Custom_Message_Sub_Room_Album = 1011,
|
||||
};
|
||||
@interface AttachmentModel : NSObject<NIMCustomAttachment>
|
||||
@property (nonatomic,assign) int first;
|
||||
|
Reference in New Issue
Block a user