xref: /expo/ios/Exponent/Versioned/Core/UniversalModules/EXScopedSecureStore.h (revision 4a05dfd5)
  • 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 NS_ASSUME_NONNULL_BEGIN
7 
8 @interface EXScopedSecureStore : EXSecureStore
9 
10 - (instancetype)initWithExperienceId:(NSString *)experienceId;
11 
12 @end
13 
14 NS_ASSUME_NONNULL_END
15 #endif
16 

served by {OpenGrok

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