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