#import extern const NSInteger BLUR_TOPBAR_TAG; @interface RNNTabBarOptions : NSObject @property (nonatomic, strong) NSNumber* hidden; @property (nonatomic, strong) NSNumber* animateHide; @property (nonatomic, strong) NSNumber* currentTabIndex; @property (nonatomic, strong) NSString* testID; @property (nonatomic, strong) NSNumber* drawUnder; -(instancetype)init; -(instancetype)initWithDict:(NSDictionary *)topBarOptions; -(void)mergeWith:(NSDictionary*)otherOptions; @end