File tree Expand file tree Collapse file tree 4 files changed +14
-11
lines changed Expand file tree Collapse file tree 4 files changed +14
-11
lines changed Original file line number Diff line number Diff line change 10
10
* of patent rights can be found in the PATENTS file in the same directory.
11
11
*/
12
12
13
- #import " RCTView.h"
13
+ #import < React/ RCTView.h>
14
14
15
15
@class RCTWebViewBridge;
16
16
Original file line number Diff line number Diff line change 14
14
15
15
#import < UIKit/UIKit.h>
16
16
17
- #import " RCTAutoInsetsProtocol.h"
18
- #import " RCTConvert.h"
19
- #import " RCTEventDispatcher.h"
20
- #import " RCTLog.h"
21
- #import " RCTUtils.h"
22
- #import " RCTView.h"
17
+
18
+ #import < React/RCTAutoInsetsProtocol.h>
19
+ #import < React/RCTConvert.h>
20
+ #import < React/RCTEventDispatcher.h>
21
+ #import < React/RCTLog.h>
22
+ #import < React/RCTUtils.h>
23
+
23
24
#import " UIView+React.h"
24
25
#import < objc/runtime.h>
25
26
Original file line number Diff line number Diff line change 10
10
* of patent rights can be found in the PATENTS file in the same directory.
11
11
*/
12
12
13
- #import " RCTViewManager.h"
13
+ #import < React/ RCTViewManager.h>
14
14
15
15
@interface RCTWebViewBridgeManager : RCTViewManager
16
16
Original file line number Diff line number Diff line change 11
11
*/
12
12
13
13
#import " RCTWebViewBridgeManager.h"
14
-
15
- #import " RCTBridge.h"
16
- #import " RCTUIManager.h"
17
14
#import " RCTWebViewBridge.h"
15
+
16
+ #import < React/RCTBridge.h>
17
+ #import < React/RCTUIManager.h>
18
+ #import < React/RCTUIManager.h>
19
+
18
20
#import " UIView+React.h"
19
21
20
22
@interface RCTWebViewBridgeManager () <RCTWebViewBridgeDelegate>
You can’t perform that action at this time.
0 commit comments