react-native-navigation的迁移库

RNNTabBarController.h 264B

1234567891011
  1. #import <UIKit/UIKit.h>
  2. #import "RNNRootViewProtocol.h"
  3. @interface RNNTabBarController : UITabBarController <RNNRootViewProtocol>
  4. - (void)setTabBarHidden:(BOOL)hidden animated:(BOOL)animated;
  5. - (void)setSelectedIndexByComponentID:(NSString *)componentID;
  6. @end