Skip to content

Commit d4b465a

Browse files
author
Artur Chrusciel
committed
Fixed header import defines
1 parent 1d19f98 commit d4b465a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

ios/RNFetchBlobNetwork.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
// Copyright © 2016 wkh237. All rights reserved.
77
//
88

9+
#ifndef RNFetchBlobNetwork_h
10+
#define RNFetchBlobNetwork_h
11+
912
#import <Foundation/Foundation.h>
1013
#import "RNFetchBlobProgress.h"
1114
#import "RNFetchBlobFS.h"
@@ -17,9 +20,6 @@
1720
#import "RCTBridgeModule.h"
1821
#endif
1922

20-
#ifndef RNFetchBlobNetwork_h
21-
#define RNFetchBlobNetwork_h
22-
2323

2424
@interface RNFetchBlobNetwork : NSObject <NSURLSessionDelegate, NSURLSessionTaskDelegate, NSURLSessionDataDelegate>
2525

ios/RNFetchBlobRequest.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
// Copyright © 2018 wkh237.github.io. All rights reserved.
77
//
88

9+
#ifndef RNFetchBlobRequest_h
10+
#define RNFetchBlobRequest_h
11+
912
#import <Foundation/Foundation.h>
1013

1114
#import "RNFetchBlobProgress.h"
@@ -16,9 +19,6 @@
1619
#import "RCTBridgeModule.h"
1720
#endif
1821

19-
#ifndef RNFetchBlobRequest_h
20-
#define RNFetchBlobRequest_h
21-
2222
@interface RNFetchBlobRequest : NSObject <NSURLSessionDelegate, NSURLSessionTaskDelegate, NSURLSessionDataDelegate>
2323

2424
@property (nullable, nonatomic) NSString * taskId;

0 commit comments

Comments
 (0)