1712e5c6cSSzymon20000 // Copyright 2015-present 650 Industries. All rights reserved.
2631604b1STomasz Sapeta 
3*51e273e0STomasz Sapeta #if __has_include(<ExpoFileSystem/EXFileSystem.h>)
4712e5c6cSSzymon20000 #import <UIKit/UIKit.h>
5*51e273e0STomasz Sapeta #import <ExpoFileSystem/EXFileSystem.h>
6c9802ebaSStanisław Chmiela #import "EXConstantsBinding.h"
7712e5c6cSSzymon20000 
8712e5c6cSSzymon20000 NS_ASSUME_NONNULL_BEGIN
9712e5c6cSSzymon20000 
10712e5c6cSSzymon20000 @interface EXScopedFileSystemModule : EXFileSystem
11712e5c6cSSzymon20000 
12712e5c6cSSzymon20000 @end
13712e5c6cSSzymon20000 
14712e5c6cSSzymon20000 NS_ASSUME_NONNULL_END
15631604b1STomasz Sapeta #endif
16