HyphenateSDK 3.6.3
首页
类
类列表
类索引
类继承关系
类成员
全部
_
a
b
c
d
e
f
g
i
j
k
l
m
n
o
p
r
s
t
u
v
w
函数
_
a
b
c
d
e
f
g
i
j
k
l
m
o
p
r
s
u
属性
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
文件
文件列表
•
全部
类
函数
属性
EMMessageBody.h
1
15
#import <Foundation/Foundation.h>
16
#import <CoreGraphics/CGGeometry.h>
17
25
typedef
enum
{
26
EMMessageBodyTypeText = 1,
27
EMMessageBodyTypeImage,
28
EMMessageBodyTypeVideo,
29
EMMessageBodyTypeLocation,
30
EMMessageBodyTypeVoice,
31
EMMessageBodyTypeFile,
32
EMMessageBodyTypeCmd,
33
} EMMessageBodyType;
34
42
@interface
EMMessageBody
: NSObject
43
51
@property
(nonatomic, readonly) EMMessageBodyType
type
;
52
53
@end
EMMessageBody
Definition:
EMMessageBody.h:42
EMMessageBody::type
EMMessageBodyType type
Definition:
EMMessageBody.h:51
制作者
1.8.17