typedef void (^RNNReactViewReadyCompletionBlock)(void); @protocol RNNLeafProtocol - (void)waitForReactViewRender:(BOOL)wait perform:(RNNReactViewReadyCompletionBlock)readyBlock; - (void)bindViewController:(UIViewController *)viewController; @end