20 lines
284 B
Objective-C
20 lines
284 B
Objective-C
//
|
|
// NIMMessageUtils.h
|
|
// xplan-ios
|
|
//
|
|
// Created by zu on 2021/11/26.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
#import <NIMSDK/NIMSDK.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface NIMMessageUtils : NSObject
|
|
|
|
+ (NSString *)messageContent:(NIMMessage*)message;
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|