react-native-navigation的迁移库

RNNRootViewController.h 274B

123456789101112
  1. #import <Foundation/Foundation.h>
  2. #import <UIKit/UIKit.h>
  3. #import "RNNLayoutNode.h"
  4. #import "RNNRootViewCreator.h"
  5. @interface RNNRootViewController : UIViewController
  6. -(instancetype)initWithNode:(RNNLayoutNode*)node rootViewCreator:(id<RNNRootViewCreator>)creator;
  7. @end