react-native-navigation的迁移库

RNNTestBase.h 234B

123456789
  1. #import <Foundation/Foundation.h>
  2. #import <XCTest/XCTest.h>
  3. @interface RNNTestBase : XCTestCase
  4. - (void)setupTopLevelUI:(UIViewController *)withViewController;
  5. - (void)tearDownTopLevelUI:(UIViewController *)withViewController;
  6. @end