| 12345678910111213 | #import <UIKit/UIKit.h>
#import "RNNStackPresenter.h"
#import "UINavigationController+RNNOptions.h"
#import "UIViewController+LayoutProtocol.h"
@interface RNNStackController : UINavigationController <RNNLayoutProtocol>
@property (nonatomic, retain) RNNStackPresenter* presenter;
- (void)setTopBarBackgroundColor:(UIColor *)backgroundColor;
@end
 |