HyphenateChatSDK
3.9.9.1
HyphenateChat.framework
Headers
EMCustomMessageBody.h
1
15
#import <Foundation/Foundation.h>
16
#import "EMCommonDefs.h"
17
#import "EMMessageBody.h"
18
26
@interface
EMCustomMessageBody
:
EMMessageBody
27
35
@property
(nonatomic, copy) NSString *
event
;
36
44
@property
(nonatomic, copy) NSDictionary<NSString *,NSString *> *
customExt
;
45
46
64
- (instancetype _Nonnull)initWithEvent:(NSString *_Nullable)aEvent customExt:(NSDictionary<NSString *,NSString *> *_Nullable)aCustomExt;
65
@end
EMCustomMessageBody
Definition:
EMCustomMessageBody.h:27
EMCustomMessageBody::event
NSString * event
Definition:
EMCustomMessageBody.h:35
EMCustomMessageBody::customExt
NSDictionary< NSString *, NSString * > * customExt
Definition:
EMCustomMessageBody.h:44
EMMessageBody
Definition:
EMMessageBody.h:45
制作者
1.9.4