Loading...
Searching...
No Matches
NCRouteSession.h
Go to the documentation of this file.
1#import "NCExport.h"
2#import <Foundation/Foundation.h>
3@protocol NCAsyncRouteListener;
4
5
17DEFAULT_EXPORT_ATTRIBUTE
18@interface NCRouteSession : NSObject
19
28- (void)addRouteListener:(nullable id<NCAsyncRouteListener>)listener;
29
36- (void)removeRouteListener:(nullable id<NCAsyncRouteListener>)listener;
37
38@end