// This file is generated and will be overwritten automatically. #import #import @class MBXExpected<__covariant Value, __covariant Error>; NS_SWIFT_NAME(SettingsServiceInterface) @protocol MBXSettingsServiceInterface - (nonnull MBXExpected *)setForKey:(nonnull NSString *)key value:(nonnull id)value; - (nonnull MBXExpected *)getForKey:(nonnull NSString *)key; - (nonnull MBXExpected *)getForKey:(nonnull NSString *)key defaultValue:(nonnull id)defaultValue; - (nonnull MBXExpected *)eraseForKey:(nonnull NSString *)key; - (nonnull MBXExpected *)hasForKey:(nonnull NSString *)key; - (int32_t)registerObserverForKey:(nonnull NSString *)key observer:(nonnull MBXOnValueChanged)observer; - (void)unregisterObserverForObserverId:(int32_t)observerId; @end