// // RNFetchBlob.h // // Created by wkh237 on 2016/4/28. // // comment out this line if your RN project >= 0.40 #define OLD_IMPORT #ifndef RNFetchBlob_h #define RNFetchBlob_h #ifdef OLD_IMPORT #import "RCTBridgeModule.h" #else #import "" #endif #import @interface RNFetchBlob : NSObject { NSString * filePathPrefix; } @property (nonatomic) NSString * filePathPrefix; @property (retain) UIDocumentInteractionController * documentController; + (RCTBridge *)getRCTBridge; + (void) checkExpiredSessions; @end #endif /* RNFetchBlob_h */