9#import <Foundation/Foundation.h>
11NS_ASSUME_NONNULL_BEGIN
18@property (nonatomic, assign) NSUInteger
id;
23@property (nonatomic, assign) NSInteger
type;
28@property (nonatomic, copy) NSString *
data;
33@property (nonatomic, copy) NSString *
ext;
Definition: NIMCollectInfo.h:14
NSTimeInterval createTime
Definition: NIMCollectInfo.h:43
NSString * uniqueId
Definition: NIMCollectInfo.h:38
NSString * data
Definition: NIMCollectInfo.h:28
NSString * ext
Definition: NIMCollectInfo.h:33
NSInteger type
Definition: NIMCollectInfo.h:23
NSTimeInterval updateTime
Definition: NIMCollectInfo.h:48