react-native-navigation的迁移库

RNNBottomTabPresenter.h 266B

123456789101112
  1. #import "RNNBasePresenter.h"
  2. @interface RNNBottomTabPresenter : NSObject
  3. - (void)bindViewController:(UIViewController *)viewController;
  4. - (void)applyOptions:(RNNNavigationOptions *)options;
  5. - (void)setDefaultOptions:(RNNNavigationOptions *)defaultOptions;
  6. @end