react-native-navigation的迁移库

RNNViewControllerPresenter.h 312B

1234567891011
  1. #import "RNNBasePresenter.h"
  2. #import "RNNNavigationButtons.h"
  3. @interface RNNViewControllerPresenter : RNNBasePresenter
  4. @property (nonatomic, strong) RNNNavigationButtons* navigationButtons;
  5. - (void)bindViewController:(UIViewController *)bindedViewController viewCreator:(id<RNNRootViewCreator>)creator;
  6. @end