react-native-navigation的迁移库

RNNNavigationController.h 199B

123456789
  1. #import <UIKit/UIKit.h>
  2. #import "RNNRootViewProtocol.h"
  3. @interface RNNNavigationController : UINavigationController <RNNRootViewProtocol>
  4. @property (nonatomic, strong) NSString* componentId;
  5. @end