MBNNRouterFactory_Internal.h 528 B

12345678910
  1. // This file is generated and will be overwritten automatically.
  2. #import <MapboxNavigationNative/MBNNRouterFactory.h>
  3. @interface MBNNRouterFactory ()
  4. + (nonnull id<MBNNRouterInterface>)buildForType:(MBNNRouterType)type
  5. cache:(nonnull MBNNCacheHandle *)cache
  6. config:(nonnull MBNNConfigHandle *)config
  7. historyRecorder:(nullable MBNNHistoryRecorderHandle *)historyRecorder __attribute((ns_returns_retained));
  8. @end