HyphenateSDK  3.1.4
EMImageMessageBody.h
1 
15 #import <Foundation/Foundation.h>
16 
17 #import "EMFileMessageBody.h"
18 
29 
37 @property (nonatomic) CGSize size;
38 
47 @property (nonatomic) CGFloat compressRatio;
48 
56 @property (nonatomic, copy) NSString *thumbnailDisplayName;
57 
65 @property (nonatomic, copy) NSString *thumbnailLocalPath;
66 
74 @property (nonatomic, copy) NSString *thumbnailRemotePath;
75 
83 @property (nonatomic, copy) NSString *thumbnailSecretKey;
84 
92 @property (nonatomic) CGSize thumbnailSize;
93 
101 @property (nonatomic) long long thumbnailFileLength;
102 
110 @property (nonatomic)EMDownloadStatus thumbnailDownloadStatus;
111 
129 - (instancetype)initWithData:(NSData *)aData
130  thumbnailData:(NSData *)aThumbnailData;
131 
132 @end
long long thumbnailFileLength
Definition: EMImageMessageBody.h:101
NSString * thumbnailLocalPath
Definition: EMImageMessageBody.h:65
CGFloat compressRatio
Definition: EMImageMessageBody.h:47
NSString * thumbnailSecretKey
Definition: EMImageMessageBody.h:83
NSString * thumbnailRemotePath
Definition: EMImageMessageBody.h:74
Definition: EMImageMessageBody.h:28
CGSize size
Definition: EMImageMessageBody.h:37
Definition: EMFileMessageBody.h:40
EMDownloadStatus thumbnailDownloadStatus
Definition: EMImageMessageBody.h:110
NSString * thumbnailDisplayName
Definition: EMImageMessageBody.h:56
CGSize thumbnailSize
Definition: EMImageMessageBody.h:92