xref: /expo/ios/Exponent/Versioned/Core/UniversalModules/EXScopedSecureStore.h (revision bb5069cd)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 

served by {OpenGrok

Last Index Update: Tue Oct 21 18:42:31 GMT 2025