MBNNRerouteDetectorInterface_Internal.h 371 B

1234567891011
  1. // This file is generated and will be overwritten automatically.
  2. #import <Foundation/Foundation.h>
  3. #import <MapboxNavigationNative/MBNNForceRerouteCallback_Internal.h>
  4. NS_SWIFT_NAME(RerouteDetectorInterface)
  5. @protocol MBNNRerouteDetectorInterface
  6. - (void)forceReroute;
  7. - (void)forceRerouteForCallback:(nonnull MBNNForceRerouteCallback)callback;
  8. - (BOOL)isReroute;
  9. @end