mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-12 11:40:33 +08:00
Fix imports in UIExplorerUnitTests
Reviewed By: bestander Differential Revision: D4231271 fbshipit-source-id: 84f903f6b14256ed1958ad1800f128133590a3dc
This commit is contained in:
committed by
Facebook Github Bot
parent
bd524bd6e8
commit
439092742a
@@ -15,11 +15,11 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
#import <XCTest/XCTest.h>
|
||||
|
||||
#import "RCTBridge.h"
|
||||
#import "RCTBridge+Private.h"
|
||||
#import "RCTJSCExecutor.h"
|
||||
#import "RCTModuleMethod.h"
|
||||
#import "RCTRootView.h"
|
||||
#import <React/RCTBridge+Private.h>
|
||||
#import <React/RCTBridge.h>
|
||||
#import <React/RCTJSCExecutor.h>
|
||||
#import <React/RCTModuleMethod.h>
|
||||
#import <React/RCTRootView.h>
|
||||
|
||||
#define RUN_RUNLOOP_WHILE(CONDITION) \
|
||||
{ \
|
||||
|
||||
Reference in New Issue
Block a user