// Copyright 2015-present 650 Industries. All rights reserved. #import #import @interface EXDevSettingsDataSource : NSObject - (instancetype)init NS_UNAVAILABLE; - (instancetype)initWithDefaultValues:(NSDictionary *)defaultValues forScopeKey:(NSString *)scopeKey isDevelopment:(BOOL)isDevelopment NS_DESIGNATED_INITIALIZER; @end