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
36- (void)addRouteListener:(nullable id<NCAsyncRouteListener>)listener;
37
52- (void)removeRouteListener:(nullable id<NCAsyncRouteListener>)listener;
53
60@property (nonatomic, readonly, getter=isValid) BOOL valid;
61
62@end