xref: /expo/ios/Exponent/Versioned/Core/UniversalModules/EXScopedFileSystem/EXScopedFileSystemModule.h (revision 764dbd1f)
  • 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 <EXConstantsInterface/EXConstantsInterface.h>
5 
6 NS_ASSUME_NONNULL_BEGIN
7 
8 @interface EXScopedFileSystemModule : EXFileSystem
9 
10 - (instancetype)initWithExperienceId:(NSString *)experienceId;
11 + (NSString *)documentDirectoryForExperienceId:(NSString *)experienceId;
12 + (NSString *)cachesDirectoryForExperienceId:(NSString *)experienceId;
13 + (NSString *)generateDocumentDirectoryPath:(NSString *)experienceId;
14 
15 @end
16 
17 NS_ASSUME_NONNULL_END
18 

served by {OpenGrok

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