Loading...
Searching...
No Matches
NCLocationListListener.h
Go to the documentation of this file.
1#import "NCExport.h"
2#import "NCLocationInfo.h"
3#import <Foundation/Foundation.h>
4
5
19DEFAULT_EXPORT_ATTRIBUTE
20@protocol NCLocationListListener <NSObject>
21
28- (void)onLocationListLoaded:(nonnull NSDictionary<NSNumber *, NCLocationInfo *> *)locationInfos;
29
36- (void)onLocationListFailed:(nullable NSError *)error;
37
38@end