react-native-navigation的迁移库

RNNBottomTabsPresenter.h 115B

123456
  1. #import "RNNBasePresenter.h"
  2. @interface RNNBottomTabsPresenter : RNNBasePresenter
  3. - (void)applyDotIndicator;
  4. @end