Loading...
Searching...
No Matches
NCZoneManager.h
Go to the documentation of this file.
1#import "NCExport.h"
2#import <Foundation/Foundation.h>
3@protocol NCZoneListener;
4
5
17DEFAULT_EXPORT_ATTRIBUTE
18@interface NCZoneManager : NSObject
19
36- (void)addZoneListener:(nullable id<NCZoneListener>)listener;
37
52- (void)removeZoneListener:(nullable id<NCZoneListener>)listener;
53
54@end