MBNNProfilePlatform.h 314 B

1234567891011
  1. // This file is generated and will be overwritten automatically.
  2. #import <Foundation/Foundation.h>
  3. // NOLINTNEXTLINE(modernize-use-using)
  4. typedef NS_ENUM(NSInteger, MBNNProfilePlatform)
  5. {
  6. MBNNProfilePlatformCustom,
  7. MBNNProfilePlatformIOS,
  8. MBNNProfilePlatformAndroid
  9. } NS_SWIFT_NAME(ProfilePlatform);