react-native-navigation的迁移库

RNNTabBarItemCreator.h 258B

12345678910
  1. #import <Foundation/Foundation.h>
  2. #import <UIKit/UIKit.h>
  3. #import "RNNBottomTabOptions.h"
  4. @interface RNNTabBarItemCreator : NSObject
  5. + (UITabBarItem *)updateTabBarItem:(UITabBarItem *)tabItem bottomTabOptions:(RNNBottomTabOptions *)bottomTabOptions;
  6. @end