File tree Expand file tree Collapse file tree 4 files changed +15
-18
lines changed Expand file tree Collapse file tree 4 files changed +15
-18
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 < UIKit/UIKit.h>
14
+
15
+ #import < React/RCTAutoInsetsProtocol.h>
16
+ #import < React/RCTConvert.h>
17
+ #import < React/RCTEventDispatcher.h>
18
+ #import < React/RCTLog.h>
19
+ #import < React/RCTUtils.h>
20
+ #import < React/RCTView.h>
21
+ #import < React/UIView+React.h>
22
+
23
+ #import < objc/runtime.h>
14
24
15
25
@class RCTWebViewBridge;
16
26
Original file line number Diff line number Diff line change 12
12
13
13
#import " RCTWebViewBridge.h"
14
14
15
- #import < UIKit/UIKit.h>
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"
24
- #import < objc/runtime.h>
25
-
26
15
// This is a very elegent way of defining multiline string in objective-c.
27
16
// source: http://stackoverflow.com/a/23387659/828487
28
17
#define NSStringMultiline (...) [[NSString alloc ] initWithCString: #__VA_ARGS__ encoding: NSUTF8StringEncoding]
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
+ #import < React/RCTUIManager.h>
15
+
16
+ #import " RCTWebViewBridge.h"
14
17
15
18
@interface RCTWebViewBridgeManager : RCTViewManager
16
19
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"
17
- #import " RCTWebViewBridge.h"
18
- #import " UIView+React.h"
19
-
20
15
@interface RCTWebViewBridgeManager () <RCTWebViewBridgeDelegate>
21
16
22
17
@end
You can’t perform that action at this time.
0 commit comments