#import "RNNRootViewCreator.h" typedef void (^RNNReactViewReadyCompletionBlock)(void); @protocol RNNLeafProtocol - (void)waitForReactViewRender:(BOOL)wait perform:(RNNReactViewReadyCompletionBlock)readyBlock; - (void)bindViewController:(UIViewController *)viewController; - (BOOL)isCustomTransitioned; - (id)creator; @end