MBNNRefreshAlternativesCallback_Internal.h 397 B

123456789
  1. // This file is generated and will be overwritten automatically.
  2. #import <Foundation/Foundation.h>
  3. @class MBXExpected<__covariant Value, __covariant Error>;
  4. @class MBNNRouteAlternative;
  5. NS_SWIFT_NAME(RefreshAlternativesCallback)
  6. typedef void (^MBNNRefreshAlternativesCallback)(MBXExpected<NSArray<MBNNRouteAlternative *> *, NSString *> * _Nonnull routeResponse); // NOLINT(modernize-use-using)