// Copyright 2015-present 650 Industries. All rights reserved.

#if __has_include(<EXFileSystem/EXFileSystem.h>)
#import <UIKit/UIKit.h>
#import <EXFileSystem/EXFileSystem.h>
#import "EXConstantsBinding.h"

NS_ASSUME_NONNULL_BEGIN

@interface EXScopedFileSystemModule : EXFileSystem

@end

NS_ASSUME_NONNULL_END
#endif
