react-native-navigation的迁移库

RNNTabBarController.h 210B

12345678910
  1. #import <UIKit/UIKit.h>
  2. @interface RNNTabBarController : UITabBarController
  3. - (void)setTabBarHidden:(BOOL)hidden animated:(BOOL)animated;
  4. - (void)setSelectedIndexByContainerID:(NSString *)containerID;
  5. @end