react-native-navigation的迁移库

BottomTabPresenter.h 219B

12345678910
  1. #import "RNNBasePresenter.h"
  2. @interface BottomTabPresenter : RNNBasePresenter
  3. - (instancetype)initWithDefaultOptions:(RNNNavigationOptions *)defaultOptions;
  4. - (void)applyDotIndicator:(UIViewController *)child;
  5. @end