1 // Copyright © 2019-present 650 Industries. All rights reserved. 2 3 #if __has_include(<EXSecureStore/EXSecureStore.h>) 4 #import <EXSecureStore/EXSecureStore.h> 5 6 #import "EXConstantsBinding.h" 7 8 NS_ASSUME_NONNULL_BEGIN 9 10 @interface EXScopedSecureStore : EXSecureStore 11 12 - (instancetype)initWithScopeKey:(NSString *)scopeKey 13 andConstantsBinding:(EXConstantsBinding *)constantsBinding; 14 15 @end 16 17 NS_ASSUME_NONNULL_END 18 #endif 19