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