react-native-navigation的迁移库

RNNStackController.h 349B

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