@protocol RNNLeafProtocol <NSObject>

- (void)bindViewController:(UIViewController *)viewController;

@end