react-native-navigation的迁移库

RNNComponentPresenter.h 343B

123456789101112
  1. #import "RNNBasePresenter.h"
  2. #import "RNNNavigationButtons.h"
  3. #import "RNNReactComponentRegistry.h"
  4. @interface RNNComponentPresenter : RNNBasePresenter
  5. - (void)renderComponents:(RNNNavigationOptions *)options perform:(RNNReactViewReadyCompletionBlock)readyBlock;
  6. @property (nonatomic, strong) RNNNavigationButtons* navigationButtons;
  7. @end