Loading...
Searching...
No Matches
NCRouteListener.h
Go to the documentation of this file.
1#import "NCExport.h"
2#import <Foundation/Foundation.h>
3@class NCRoutePath;
4
5
19DEFAULT_EXPORT_ATTRIBUTE
20@protocol NCRouteListener <NSObject>
21
28- (void)onPathsUpdated:(nonnull NSArray<NCRoutePath *> *)paths;
29
30@end