react-native-navigation的迁移库

RNNStackPresenter.h 371B

123456789101112
  1. #import "RNNBasePresenter.h"
  2. #import "RNNComponentViewCreator.h"
  3. #import "RNNReactComponentRegistry.h"
  4. @interface RNNStackPresenter : RNNBasePresenter
  5. - (instancetype)initWithComponentRegistry:(RNNReactComponentRegistry *)componentRegistry defaultOptions:(RNNNavigationOptions *)defaultOptions;
  6. - (void)applyOptionsBeforePopping:(RNNNavigationOptions *)options;
  7. @end