MBNNCacheDataDomain.h 351 B

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