Loading...
Searching...
No Matches
NCNotification.h
Go to the documentation of this file.
1#import "NCExport.h"
2#import <Foundation/Foundation.h>
3
4
18DEFAULT_EXPORT_ATTRIBUTE
19@interface NCNotification : NSObject
20
24@property (nonatomic, readonly) int32_t id;
25
29@property (nonatomic, nonnull, readonly) NSString * title;
30
34@property (nonatomic, nonnull, readonly) NSString * content;
35
39@property (nonatomic, nullable, readonly) NSString * imageUrl;
40
41@end