xref: /expo/ios/Exponent/Versioned/Core/UniversalModules/EXScopedFileSystem/EXScopedFileSystemModule.h (revision cfa00db5)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // Copyright 2015-present 650 Industries. All rights reserved.
2 #import <UIKit/UIKit.h>
3 #import <EXFileSystem/EXFileSystem.h>
4 #import "EXConstantsBinding.h"
5 
6 NS_ASSUME_NONNULL_BEGIN
7 
8 @interface EXScopedFileSystemModule : EXFileSystem
9 
10 - (instancetype)initWithExperienceId:(NSString *)experienceId andConstantsBinding:(EXConstantsBinding *)constantsBinding;
11 
12 @end
13 
14 NS_ASSUME_NONNULL_END
15 

served by {OpenGrok

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