MBNNRouterRefreshCallback_Internal.h 447 B

12345678910
  1. // This file is generated and will be overwritten automatically.
  2. #import <Foundation/Foundation.h>
  3. #import <MapboxNavigationNative/MBNNRouterOrigin.h>
  4. @class MBXExpected<__covariant Value, __covariant Error>;
  5. @class MBNNRouterError;
  6. NS_SWIFT_NAME(RouterRefreshCallback)
  7. typedef void (^MBNNRouterRefreshCallback)(MBXExpected<NSString *, MBNNRouterError *> * _Nonnull annotationsResponse, MBNNRouterOrigin origin); // NOLINT(modernize-use-using)