公屏调整

This commit is contained in:
zu
2021-11-04 16:27:39 +08:00
parent 0543dfd12c
commit ee83ce3250
12 changed files with 257 additions and 406 deletions

View File

@@ -0,0 +1,20 @@
//
// XPRoomMessageParser.h
// xplan-ios
//
// Created by 冯硕 on 2021/10/26.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@class NIMMessage;
@interface XPRoomMessageParser : NSObject
+ (NSAttributedString*)parseMessageAttribute:(NIMMessage *)message;
@end
NS_ASSUME_NONNULL_END