react-native-navigation的迁移库

UITabBarController+RNNUtils.h 181B

12345678
  1. #import <Foundation/Foundation.h>
  2. #import <UIKit/UIKit.h>
  3. @interface UITabBarController (RNNUtils)
  4. - (UIView *)getTabView:(int)tabIndex;
  5. - (UIView *)getTabIcon:(int)tabIndex;
  6. @end