#import <React/RCTUIManager.h>
#import "RNNParentProtocol.h"

@interface RNNTopTabsViewController : UIViewController <RNNParentProtocol>

@property (nonatomic, retain) UIView* contentView;

@property (nonatomic, retain) RNNLayoutInfo* layoutInfo;
@property (nonatomic, retain) RNNViewControllerPresenter* presenter;
@property (nonatomic, strong) RNNNavigationOptions* options;
@property (nonatomic, strong) RNNNavigationOptions* defaultOptions;

- (void)setViewControllers:(NSArray*)viewControllers;
- (void)viewController:(UIViewController*)vc changedTitle:(NSString*)title;
- (instancetype)init;

@end
