#import "RNNBasePresenter.h"

@interface RNNNavigationControllerPresenter : RNNBasePresenter

- (void)applyOptionsBeforePopping:(RNNNavigationOptions *)options;

@end
