Loading...
Searching...
No Matches
NCLogger.h
Go to the documentation of this file.
1#import "NCExport.h"
2#import <Foundation/Foundation.h>
3@class NCLogger;
4@protocol NCLogListener;
5
6
11DEFAULT_EXPORT_ATTRIBUTE
12@interface NCLogger : NSObject
13
14+ (nullable NCLogger *)getLogger;
15
16- (void)subscribe:(nullable id<NCLogListener>)listener;
17
18- (void)unsubscribe:(nullable id<NCLogListener>)listener;
19
20@end