react-native-navigation的迁移库

RNNNavigationController.h 384B

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