|
@@ -6,6 +6,9 @@
|
6
|
6
|
// Copyright © 2018 wkh237.github.io. All rights reserved.
|
7
|
7
|
//
|
8
|
8
|
|
|
9
|
+#ifndef RNFetchBlobRequest_h
|
|
10
|
+#define RNFetchBlobRequest_h
|
|
11
|
+
|
9
|
12
|
#import <Foundation/Foundation.h>
|
10
|
13
|
|
11
|
14
|
#import "RNFetchBlobProgress.h"
|
|
@@ -16,9 +19,6 @@
|
16
|
19
|
#import "RCTBridgeModule.h"
|
17
|
20
|
#endif
|
18
|
21
|
|
19
|
|
-#ifndef RNFetchBlobRequest_h
|
20
|
|
-#define RNFetchBlobRequest_h
|
21
|
|
-
|
22
|
22
|
@interface RNFetchBlobRequest : NSObject <NSURLSessionDelegate, NSURLSessionTaskDelegate, NSURLSessionDataDelegate>
|
23
|
23
|
|
24
|
24
|
@property (nullable, nonatomic) NSString * taskId;
|