房间相册模块

This commit is contained in:
liyuhua
2023-10-17 18:30:14 +08:00
parent 2f5232a7ec
commit 63492e37cf
66 changed files with 1598 additions and 146 deletions

View File

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