ios: exposed 'RCTConvert UITabBarSystemItem:' in the header file

Summary: This method was defined in the .m file already, so we can just expose it to the header for other usages.

Reviewed By: mmmulani, shergin

Differential Revision: D4557942

fbshipit-source-id: a1be8af8e31b88a152cabfab6d4cf82316088572
This commit is contained in:
Kevin Gozali 2017-02-15 02:15:20 -08:00 committed by Facebook Github Bot
parent b1da7a5f5d
commit a512f6dcf6
1 changed files with 7 additions and 0 deletions

View File

@ -10,6 +10,13 @@
#import <UIKit/UIKit.h>
#import <React/RCTComponent.h>
#import <React/RCTConvert.h>
@interface RCTConvert (UITabBarSystemItem)
+ (UITabBarSystemItem)UITabBarSystemItem:(id)json;
@end
@interface RCTTabBarItem : UIView