Loading...
Searching...
No Matches
NCNotificationManager.h
Go to the documentation of this file.
1#import "NCExport.h"
2#import <Foundation/Foundation.h>
3@protocol NCNotificationListener;
4
5
22DEFAULT_EXPORT_ATTRIBUTE
23@interface NCNotificationManager : NSObject
24
33- (void)addNotificationListener:(nullable id<NCNotificationListener>)listener;
34
41- (void)removeNotificationListener:(nullable id<NCNotificationListener>)listener;
42
43@end