| 12345678910 |
- // This file is generated and will be overwritten automatically.
- #import <Foundation/Foundation.h>
- /**
- * Callback which is getting called to report changeRouteLeg result.
- * @param changeRouteLegResult `true` when the route leg has successfully changed, otherwise `false`.
- */
- NS_SWIFT_NAME(ChangeLegCallback)
- typedef void (^MBNNChangeLegCallback)(BOOL changeRouteLegResult); // NOLINT(modernize-use-using)
|