Loading...
Searching...
No Matches
NCLogListener.h
Go to the documentation of this file.
1#import "NCExport.h"
2#import "NCLogMessage.h"
3#import <Foundation/Foundation.h>
4
5
10DEFAULT_EXPORT_ATTRIBUTE
11@protocol NCLogListener <NSObject>
12
13- (void)onMessageRecieved:(nonnull NCLogMessage *)message;
14
15@end