Loading...
Searching...
No Matches
NCLocationListManager.h
Go to the documentation of this file.
1#import "NCExport.h"
2#import "NCLocationInfo.h"
3#import <Foundation/Foundation.h>
4@protocol NCLocationListListener;
5
6
18DEFAULT_EXPORT_ATTRIBUTE
19@interface NCLocationListManager : NSObject
20
29- (void)addLocationListListener:(nullable id<NCLocationListListener>)listener;
30
37- (void)removeLocationListListener:(nullable id<NCLocationListListener>)listener;
38
45
52- (nonnull NSDictionary<NSNumber *, NCLocationInfo *> *)getLocationList;
53
54@end