| 12345678910 |
- // This file is generated and will be overwritten automatically.
- #import <Foundation/Foundation.h>
- @class MBXExpected<__covariant Value, __covariant Error>;
- @class MBNNRerouteError;
- @class MBNNRerouteInfo;
- NS_SWIFT_NAME(ForceRerouteCallback)
- typedef void (^MBNNForceRerouteCallback)(MBXExpected<MBNNRerouteInfo *, MBNNRerouteError *> * _Nonnull result); // NOLINT(modernize-use-using)
|