| 123456789101112131415 |
- // This file is generated and will be overwritten automatically.
- #import <Foundation/Foundation.h>
- /** Standard of OpenLR */
- // NOLINTNEXTLINE(modernize-use-using)
- typedef NS_ENUM(NSInteger, MBNNStandard)
- {
- /** TomTom OpenLR (http://www.openlr.org/) */
- MBNNStandardTomTom,
- /** TPEG OpenLR. */
- MBNNStandardTPEG
- } NS_SWIFT_NAME(Standard);
- NSString* MBNNStandardToString(MBNNStandard standard);
|