react-native-navigation的迁移库

RNNStackController.h 334B

123456789101112
  1. #import <UIKit/UIKit.h>
  2. #import "RNNStackPresenter.h"
  3. #import "UINavigationController+RNNOptions.h"
  4. #import "UINavigationController+RNNCommands.h"
  5. #import "UIViewController+LayoutProtocol.h"
  6. @interface RNNStackController : UINavigationController <RNNLayoutProtocol>
  7. @property (nonatomic, retain) RNNStackPresenter* presenter;
  8. @end