MBXSettingsServiceFactory.h 600 B

1234567891011121314151617181920
  1. // This file is generated and will be overwritten automatically.
  2. #import <Foundation/Foundation.h>
  3. #import <MapboxCommon/MBXSettingsServiceStorageType.h>
  4. @protocol MBXSettingsServiceInterface;
  5. /** Factory that allows to create settings service instance. */
  6. NS_SWIFT_NAME(SettingsServiceFactory)
  7. __attribute__((visibility ("default")))
  8. @interface MBXSettingsServiceFactory : NSObject
  9. // This class provides custom init which should be called
  10. - (nonnull instancetype)init NS_UNAVAILABLE;
  11. // This class provides custom init which should be called
  12. + (nonnull instancetype)new NS_UNAVAILABLE;
  13. @end