#import "RNNLayoutInfo.h" #import "RNNViewControllerPresenter.h" #import "RNNLeafProtocol.h" @protocol RNNLayoutProtocol @required @property (nonatomic, retain) RNNBasePresenter* presenter; @property (nonatomic, retain) RNNLayoutInfo* layoutInfo; @property (nonatomic, strong) RNNNavigationOptions* options; - (UIViewController *)getCurrentChild; - (void)mergeOptions:(RNNNavigationOptions *)options; - (RNNNavigationOptions *)resolveOptions; @end