Loading...
Searching...
No Matches
NCPositionListener.h
Go to the documentation of this file.
1#import "NCExport.h"
2#import "NCPosition.h"
3#import <Foundation/Foundation.h>
4
5
19DEFAULT_EXPORT_ATTRIBUTE
20@protocol NCPositionListener <NSObject>
21
28- (void)onPositionUpdated:(nonnull NCPosition *)position;
29
36- (void)onPositionError:(nullable NSError *)error;
37
38@end