MBXSettingsServiceFactory_Internal.h 326 B

12345678
  1. // This file is generated and will be overwritten automatically.
  2. #import <MapboxCommon/MBXSettingsServiceFactory.h>
  3. @interface MBXSettingsServiceFactory ()
  4. + (void)reset;
  5. + (nonnull id<MBXSettingsServiceInterface>)getInstanceForStorageType:(MBXSettingsServiceStorageType)storageType __attribute((ns_returns_retained));
  6. @end