Loading...
Searching...
No Matches
NCZoneListener.h
Go to the documentation of this file.
1#import "NCExport.h"
2#import "NCZoneEvent.h"
3#import <Foundation/Foundation.h>
4
5
19DEFAULT_EXPORT_ATTRIBUTE
20@protocol NCZoneListener <NSObject>
21
28- (void)onZoneEvent:(nonnull NCZoneEvent *)zoneEvent;
29
30@end