Skip to content

Commit 86897fd

Browse files
authored
Update RCTWebViewBridge.m
1 parent cab93e4 commit 86897fd

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

ios/RCTWebViewBridge.m

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,6 @@
1212

1313
#import "RCTWebViewBridge.h"
1414

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-
2615
//This is a very elegent way of defining multiline string in objective-c.
2716
//source: http://stackoverflow.com/a/23387659/828487
2817
#define NSStringMultiline(...) [[NSString alloc] initWithCString:#__VA_ARGS__ encoding:NSUTF8StringEncoding]

0 commit comments

Comments
 (0)