This repository was archived by the owner on Mar 16, 2019. It is now read-only.
File tree 7 files changed +14
-14
lines changed
7 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 13
13
#ifdef OLD_IMPORT
14
14
#import " RCTBridgeModule.h"
15
15
#else
16
- #import " <React/RCTBridgeModule.h>"
16
+ #import < React/RCTBridgeModule.h>
17
17
#endif
18
18
#import < UIKit/UIKit.h>
19
19
Original file line number Diff line number Diff line change 21
21
22
22
#else
23
23
24
- #import " <React/RCTLog.h>"
25
- #import " <React/RCTRootView.h>"
26
- #import " <React/RCTBridge.h>"
27
- #import " <React/RCTEventDispatcher.h>"
24
+ #import < React/RCTLog.h>
25
+ #import < React/RCTRootView.h>
26
+ #import < React/RCTBridge.h>
27
+ #import < React/RCTEventDispatcher.h>
28
28
29
29
#endif
30
30
Original file line number Diff line number Diff line change 15
15
#ifdef OLD_IMPORT
16
16
#import " RCTBridgeModule.h"
17
17
#else
18
- #import " <React/RCTBridgeModule.h>"
18
+ #import < React/RCTBridgeModule.h>
19
19
#endif
20
20
21
21
@import AssetsLibrary;
Original file line number Diff line number Diff line change 17
17
#import " RCTBridge.h"
18
18
#import " RCTEventDispatcher.h"
19
19
#else
20
- #import " <React/RCTBridge.h>"
21
- #import " <React/RCTEventDispatcher.h>"
20
+ #import < React/RCTBridge.h>
21
+ #import < React/RCTEventDispatcher.h>
22
22
#endif
23
23
24
24
Original file line number Diff line number Diff line change 13
13
#ifdef OLD_IMPORT
14
14
#import " RCTBridgeModule.h"
15
15
#else
16
- #import " <React/RCTBridgeModule.h>"
16
+ #import < React/RCTBridgeModule.h>
17
17
#endif
18
18
19
19
#ifndef RNFetchBlobNetwork_h
Original file line number Diff line number Diff line change 23
23
#import " RCTEventDispatcher.h"
24
24
#import " RCTBridge.h"
25
25
#else
26
- #import " <React/RCTRootView.h>"
27
- #import " <React/RCTLog.h>"
28
- #import " <React/RCTEventDispatcher.h>"
29
- #import " <React/RCTBridge.h>"
26
+ #import < React/RCTRootView.h>
27
+ #import < React/RCTLog.h>
28
+ #import < React/RCTEventDispatcher.h>
29
+ #import < React/RCTBridge.h>
30
30
#endif
31
31
32
32
// //////////////////////////////////////
Original file line number Diff line number Diff line change 16
16
#ifdef OLD_IMPORT
17
17
#import " RCTLog.h"
18
18
#else
19
- #import " <React/RCTLog.h>"
19
+ #import < React/RCTLog.h>
20
20
#endif
21
21
22
22
@interface RNFetchBlobReqBuilder ()
You can’t perform that action at this time.
0 commit comments