RCFileMessage Class Reference
Inherits from | RCMediaMessageContent : RCMessageContent : NSObject |
---|---|
Conforms to | NSCoding |
Declared in | RCFileMessage.h |
size
文件大小,单位为 Byte
@property (nonatomic, assign) long long size
Discussion
文件大小,单位为 Byte
Declared In
RCFileMessage.h
fileUrl
文件的网络地址
@property (nonatomic, copy) NSString *fileUrl
Discussion
文件的网络地址
Declared In
RCFileMessage.h
localPath
文件的本地路径
@property (nonatomic, copy) NSString *localPath
Discussion
文件的本地路径
Declared In
RCFileMessage.h
+ messageWithFile:
初始化文件消息
+ (instancetype)messageWithFile:(NSString *)localPath
Parameters
localPath |
文件的本地路径 |
---|
Return Value
文件消息对象
Discussion
初始化文件消息
Declared In
RCFileMessage.h