#import #import "RNNParentProtocol.h" #import "RNNNavigationControllerPresenter.h" #import "UINavigationController+RNNOptions.h" @interface RNNNavigationController : UINavigationController @property (nonatomic, retain) RNNLayoutInfo* layoutInfo; @property (nonatomic, retain) RNNNavigationControllerPresenter* presenter; @property (nonatomic, strong) RNNNavigationOptions* options; @property (nonatomic, strong) RNNNavigationOptions* defaultOptions; - (void)setTopBarBackgroundColor:(UIColor *)backgroundColor; @end