| 123456789101112131415161718 |
- // This file is generated and will be overwritten automatically.
- #import <Foundation/Foundation.h>
- // NOLINTNEXTLINE(modernize-use-using)
- typedef NS_ENUM(NSInteger, MBXPlatform)
- {
- /** Linux platform. */
- MBXPlatformLinux,
- /** iOS platform. */
- MBXPlatformIOS,
- /** Android platform. */
- MBXPlatformAndroid,
- /** MacOS platform. */
- MBXPlatformMacOS
- } NS_SWIFT_NAME(Platform);
- NSString* MBXPlatformToString(MBXPlatform platform);
|