react-native-navigation的迁移库

RNNTabBarController.h 298B

1234567891011
  1. #import <UIKit/UIKit.h>
  2. #import "RNNEventEmitter.h"
  3. #import "RNNTabBarPresenter.h"
  4. #import "UIViewController+LayoutProtocol.h"
  5. @interface RNNTabBarController : UITabBarController <RNNLayoutProtocol, UITabBarControllerDelegate>
  6. - (void)setSelectedIndexByComponentID:(NSString *)componentID;
  7. @end