// This file is generated and will be overwritten automatically. #import /** Describes the download state of a region. */ // NOLINTNEXTLINE(modernize-use-using) typedef NS_ENUM(NSInteger, MBMOfflineRegionDownloadState) { /** Indicates downloading is inactive. */ MBMOfflineRegionDownloadStateInactive, /** Indicates downloading is active. */ MBMOfflineRegionDownloadStateActive } NS_SWIFT_NAME(OfflineRegionDownloadState) __attribute__((deprecated));