房间公屏气泡

This commit is contained in:
chenguilong
2022-03-21 15:52:33 +08:00
committed by fengshuo
parent aae2031360
commit cb20184a00
5 changed files with 38 additions and 1 deletions

View File

@@ -14,6 +14,8 @@ NS_ASSUME_NONNULL_BEGIN
@interface XPRoomMessageParser : NSObject
- (NSAttributedString*)parseMessageAttribute:(NIMMessage *)message;
- (NSString *)parseMessageBubble:(NIMMessage *)message;
///房间的代理
@property (nonatomic,weak) id<RoomHostDelegate> hostDelegate;
@end