暂时提交
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
#import "QXRoomChatListView.h"
|
||||
#import "QXRoomModel.h"
|
||||
#import "QXRoomFriendRelationModel.h"
|
||||
#import "QXRedPacketModel.h"
|
||||
|
||||
typedef NS_ENUM(NSInteger) {
|
||||
/// 清空消息
|
||||
@@ -124,6 +125,9 @@ typedef NS_ENUM(NSInteger) {
|
||||
QXRoomMessageTypeRoomUserOnlineStatus = 1058,
|
||||
/// 清除个人魅力
|
||||
QXRoomMessageTypeRoomClearUserCharm = 1059,
|
||||
|
||||
/// 发红包
|
||||
QXRoomMessageTypeSendRedpacket = 1060,
|
||||
}QXRoomMessageType;
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
@protocol QXRoomMessageManagerDelegate <NSObject>
|
||||
@@ -253,6 +257,9 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
-(void)meetActivityGiftInfoIsUpdate:(QXRoomChatListModel*)giftInfo;
|
||||
/// 清除个人魅力
|
||||
-(void)roomClearUserCharmWithUserId:(NSString*)userId;
|
||||
/// 发红包
|
||||
-(void)recievedRedPacket:(QXRedPacketModel*)model;
|
||||
|
||||
/// 房间用户在线状态发生变化
|
||||
//-(void)roomUserOnlineStatusDidChanged:(BOOL)isOnline userId:(NSString*)userId;
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user