// This file is generated and will be overwritten automatically. #import // 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);