#import "RNNRootViewCreator.h"

typedef void (^RNNReactViewReadyCompletionBlock)(void);

@protocol RNNLeafProtocol <NSObject>

- (void)waitForReactViewRender:(BOOL)wait perform:(RNNReactViewReadyCompletionBlock)readyBlock;

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

- (BOOL)isCustomTransitioned;

- (id<RNNRootViewCreator>)creator;

@end
