MBXResourceLoadStatus_Internal.h 338 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, MBXResourceLoadStatus)
  5. {
  6. MBXResourceLoadStatusAvailable,
  7. MBXResourceLoadStatusNotFound,
  8. MBXResourceLoadStatusUnauthorized
  9. } NS_SWIFT_NAME(ResourceLoadStatus);