[ReactNative] Add integration test stuff

This commit is contained in:
Spencer Ahrens
2015-03-13 18:32:38 -07:00
parent 85bcbd4bf3
commit 3cc81c6561
26 changed files with 1437 additions and 3 deletions

View File

@@ -0,0 +1,9 @@
// Copyright 2004-present Facebook. All Rights Reserved.
#import "RCTBridgeModule.h"
@interface RCTTestModule : NSObject <RCTBridgeModule>
@property (nonatomic, readonly, getter=isDone) BOOL done;
@end