// // RNFetchBlob.h // // Created by wkh237 on 2016/4/28. // #ifndef RNFetchBlob_h #define RNFetchBlob_h #import "RCTBridgeModule.h" #import @interface RNFetchBlob : NSObject { NSString * filePathPrefix; } @property (nonatomic) NSString * filePathPrefix; @property (nonatomic) UIDocumentInteractionController * documentController; + (RCTBridge *)getRCTBridge; @end #endif /* RNFetchBlob_h */