// This file is generated and will be overwritten automatically. #import #import @class MBXEventsServerOptions; @protocol MBXConfigurationServiceObserver; NS_SWIFT_NAME(ConfigurationService) __attribute__((visibility ("default"))) @interface MBXConfigurationService : NSObject // This class provides custom init which should be called - (nonnull instancetype)init NS_UNAVAILABLE; // This class provides custom init which should be called + (nonnull instancetype)new NS_UNAVAILABLE; + (nonnull MBXConfigurationService *)getOrCreateForOptions:(nonnull MBXEventsServerOptions *)options __attribute((ns_returns_retained)); - (void)registerObserverForObserver:(nonnull id)observer; - (void)unregisterObserverForObserver:(nonnull id)observer; - (void)getConfigForCallback:(nonnull MBXConfigurationServiceGetConfigCallback)callback; @end