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