react-native-navigation的迁移库

RNNLeafProtocol.h 262B

1234567891011
  1. typedef void (^RNNReactViewReadyCompletionBlock)(void);
  2. @protocol RNNLeafProtocol <NSObject>
  3. - (void)waitForReactViewRender:(BOOL)wait perform:(RNNReactViewReadyCompletionBlock)readyBlock;
  4. - (void)bindViewController:(UIViewController *)viewController;
  5. @end