#import "RNNLayoutProtocol.h" typedef void (^RNNReactViewReadyCompletionBlock)(void); @protocol RNNLeafProtocol - (UIViewController *)getLeafViewController; - (void)waitForReactViewRender:(BOOL)wait perform:(RNNReactViewReadyCompletionBlock)readyBlock; @end