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
28- (void)addZoneListener:(nullable id<NCZoneListener>)listener;
29
36- (void)removeZoneListener:(nullable id<NCZoneListener>)listener;
37
38@end