HyphenateChatSDK
4.19.0
首页
类
文件
文件列表
HyphenateChat.framework
Headers
EMVoiceMessageBody.h
1
15
#import <Foundation/Foundation.h>
16
17
#import "EMFileMessageBody.h"
18
26
@interface
EMVoiceMessageBody
:
EMFileMessageBody
27
36
@property
(nonatomic)
int
duration
;
37
45
@property
(nonatomic, copy, readonly) NSString *
text
;
46
47
-(instancetype _Nonnull ) init NS_UNAVAILABLE;
48
@end
EMVoiceMessageBody
Definition:
EMVoiceMessageBody.h:26
EMVoiceMessageBody::text
NSString * text
Definition:
EMVoiceMessageBody.h:45
EMVoiceMessageBody::duration
int duration
Definition:
EMVoiceMessageBody.h:36
EMFileMessageBody
Definition:
EMFileMessageBody.h:40
制作者
1.8.10