react-native-navigation的迁移库

BottomTabAppearancePresenter.h 253B

123456789
  1. #import "BottomTabPresenter.h"
  2. API_AVAILABLE(ios(13.0))
  3. @interface BottomTabAppearancePresenter : BottomTabPresenter
  4. - (instancetype)initWithDefaultOptions:(RNNNavigationOptions *)defaultOptions children:(NSArray<UIViewController *> *)children;
  5. @end