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 1010 * of patent rights can be found in the PATENTS file in the same directory.
1111 */
1212
13- #import " RCTView.h"
13+ #import < React/ RCTView.h>
1414
1515@class RCTWebViewBridge;
1616
Original file line number Diff line number Diff line change 1414
1515#import < UIKit/UIKit.h>
1616
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>
2424#import < objc/runtime.h>
2525
2626// This is a very elegent way of defining multiline string in objective-c.
Original file line number Diff line number Diff line change 1010 * of patent rights can be found in the PATENTS file in the same directory.
1111 */
1212
13- #import " RCTViewManager.h"
13+ #import < React/ RCTViewManager.h>
1414
1515@interface RCTWebViewBridgeManager : RCTViewManager
1616
Original file line number Diff line number Diff line change 1212
1313#import " RCTWebViewBridgeManager.h"
1414
15- #import " RCTBridge.h"
16- #import " RCTUIManager.h"
15+ #import < React/ RCTBridge.h>
16+ #import < React/ RCTUIManager.h>
1717#import " RCTWebViewBridge.h"
18- #import " UIView+React.h"
18+ #import < React/ UIView+React.h>
1919
2020@interface RCTWebViewBridgeManager () <RCTWebViewBridgeDelegate>
2121
You can’t perform that action at this time.
0 commit comments