mirror of
https://github.com/WuKongIM/WuKongIMiOSSDK-Framework
synced 2025-06-06 01:03:56 +00:00
20 lines
346 B
Objective-C
20 lines
346 B
Objective-C
//
|
|
// WKSystemContent.h
|
|
// WuKongIMSDK
|
|
//
|
|
// Created by tt on 2020/1/4.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
#import "WKMessageContent.h"
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface WKSystemContent : WKMessageContent
|
|
|
|
@property(nonatomic,strong) NSDictionary *content;
|
|
@property(nonatomic,copy) NSString *displayContent;
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|