We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cab93e4 commit 86897fdCopy full SHA for 86897fd
ios/RCTWebViewBridge.m
@@ -12,17 +12,6 @@
12
13
#import "RCTWebViewBridge.h"
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
//This is a very elegent way of defining multiline string in objective-c.
27
//source: http://stackoverflow.com/a/23387659/828487
28
#define NSStringMultiline(...) [[NSString alloc] initWithCString:#__VA_ARGS__ encoding:NSUTF8StringEncoding]
0 commit comments