| 1234567891011 |
- // This file is generated and will be overwritten automatically.
- #import <Foundation/Foundation.h>
- /** The data type predictive cache controller will work with */
- // NOLINTNEXTLINE(modernize-use-using)
- typedef NS_ENUM(NSInteger, MBNNCacheDataDomain)
- {
- MBNNCacheDataDomainMaps,
- MBNNCacheDataDomainNavigation
- } NS_SWIFT_NAME(CacheDataDomain);
|