Files
yinmeng-ios/xplan-ios/Main/Room/View/MessageContainerView/Tool/XPRoomMessageParser.h
2021-11-05 17:33:34 +08:00

21 lines
307 B
Objective-C

//
// 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