File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Expand file tree Collapse file tree 4 files changed +12
-12
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"
23
- #import " UIView+React.h"
17
+ #import < React/ RCTAutoInsetsProtocol.h>
18
+ #import < React/ RCTConvert.h>
19
+ #import < React/ RCTEventDispatcher.h>
20
+ #import < React/ RCTLog.h>
21
+ #import < React/ RCTUtils.h>
22
+ #import < React/ RCTView.h>
23
+ #import < React/ UIView+React.h>
24
24
#import < objc/runtime.h>
25
25
26
26
// This is a very elegent way of defining multiline string in objective-c.
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 12
12
13
13
#import " RCTWebViewBridgeManager.h"
14
14
15
- #import " RCTBridge.h"
16
- #import " RCTUIManager.h"
15
+ #import < React/ RCTBridge.h>
16
+ #import < React/ RCTUIManager.h>
17
17
#import " RCTWebViewBridge.h"
18
- #import " UIView+React.h"
18
+ #import < React/ UIView+React.h>
19
19
20
20
@interface RCTWebViewBridgeManager () <RCTWebViewBridgeDelegate>
21
21
You can’t perform that action at this time.
0 commit comments