react-native-navigation的迁移库

RNNBottomTabPresenter.h 377B

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