15#import <Foundation/Foundation.h>
17#import "EMMessageBody.h"
26typedef NS_ENUM(NSInteger, EMDownloadStatus) {
27 EMDownloadStatusDownloading = 0,
28 EMDownloadStatusSucceed,
29 EMDownloadStatusFailed,
30 EMDownloadStatusPending,
113- (instancetype _Nonnull)initWithLocalPath:(NSString * _Nullable)aLocalPath
114 displayName:(NSString * _Nullable)aDisplayName;
133- (instancetype _Nonnull)initWithData:(NSData *_Nullable)aData
134 displayName:(NSString *_Nullable)aDisplayName;
Definition: EMFileMessageBody.h:41
NSString * remotePath
Definition: EMFileMessageBody.h:67
EMDownloadStatus downloadStatus
Definition: EMFileMessageBody.h:94
long long fileLength
Definition: EMFileMessageBody.h:85
NSString * localPath
Definition: EMFileMessageBody.h:58
NSString * displayName
Definition: EMFileMessageBody.h:49
NSString * secretKey
Definition: EMFileMessageBody.h:76
Definition: EMMessageBody.h:46