react-native-navigation的迁移库

RNNRootViewCreator.h 139B

1234567891011
  1. #import <UIKit/UIKit.h>
  2. @protocol RNNRootViewCreator
  3. -(UIView*)createRootView:(NSString*)name rootViewId:(NSString*)rootViewId;
  4. @end