#import #import #import "RNNBottomTabOptions.h" @interface RNNTabBarItemCreator : NSObject + (UITabBarItem *)updateTabBarItem:(UITabBarItem *)tabItem bottomTabOptions:(RNNBottomTabOptions *)bottomTabOptions; @end