MBNNRouteParserCallback_Internal.h 375 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. @protocol MBNNRouteInterface;
  5. NS_SWIFT_NAME(RouteParserCallback)
  6. typedef void (^MBNNRouteParserCallback)(MBXExpected<NSArray<id<MBNNRouteInterface>> *, NSString *> * _Nonnull routes); // NOLINT(modernize-use-using)