9#import <Foundation/Foundation.h>
15NS_ASSUME_NONNULL_BEGIN
25@property (nonatomic,copy,readonly) NSString *
from;
36@property (nonatomic,assign,readonly) NSTimeInterval
timestamp;
41@property (nonatomic,copy,nullable) NSString *
ext;
66@property (nonatomic,assign) BOOL needPush;
70@property (nonatomic,assign) BOOL needBadge;
74@property (nonatomic,copy,nullable) NSString *pushTitle;
78@property (nonatomic,copy,nullable) NSString *pushContent;
82@property (nonatomic,copy,nullable) NSDictionary *pushPayload;
Definition: NIMChatExtendBasicInfo.h:20
Definition: NIMMessage.h:91