1 // Copyright 2015-present 650 Industries. All rights reserved. 2 3 #if __has_include(<EXFileSystem/EXFileSystem.h>) 4 #import <UIKit/UIKit.h> 5 #import <EXFileSystem/EXFileSystem.h> 6 #import "EXConstantsBinding.h" 7 8 NS_ASSUME_NONNULL_BEGIN 9 10 @interface EXScopedFileSystemModule : EXFileSystem 11 12 @end 13 14 NS_ASSUME_NONNULL_END 15 #endif 16