mirror of
https://github.com/status-im/react-native.git
synced 2025-01-14 11:34:23 +00:00
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:
parent
b1da7a5f5d
commit
a512f6dcf6
@ -10,6 +10,13 @@
|
|||||||
#import <UIKit/UIKit.h>
|
#import <UIKit/UIKit.h>
|
||||||
|
|
||||||
#import <React/RCTComponent.h>
|
#import <React/RCTComponent.h>
|
||||||
|
#import <React/RCTConvert.h>
|
||||||
|
|
||||||
|
@interface RCTConvert (UITabBarSystemItem)
|
||||||
|
|
||||||
|
+ (UITabBarSystemItem)UITabBarSystemItem:(id)json;
|
||||||
|
|
||||||
|
@end
|
||||||
|
|
||||||
@interface RCTTabBarItem : UIView
|
@interface RCTTabBarItem : UIView
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user