#import "RNNLayoutProtocol.h" #import "RNNLeafProtocol.h" @protocol RNNParentProtocol @required - (UIViewController *)getLeafViewController; @optional - (void)performOnChildWillAppear:(RNNNavigationOptions *)options; - (void)performOnChildLoad:(RNNNavigationOptions *)options; @end