#import "RNNBasePresenter.h" @interface RNNBottomTabPresenter : NSObject - (void)bindViewController:(UIViewController *)viewController; - (void)applyOptions:(RNNNavigationOptions *)options; - (void)setDefaultOptions:(RNNNavigationOptions *)defaultOptions; @end