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
33@property (nonatomic, readonly) int32_t id;
34
47@property (nonatomic, nonnull, readonly) NSString * title;
48
61@property (nonatomic, nonnull, readonly) NSString * content;
62
75@property (nonatomic, nullable, readonly) NSString * imageUrl;
76
77@end