react-native-navigation的迁移库

RNNNavigationControllerPresenter.h 167B

12345678
  1. #import "RNNBasePresenter.h"
  2. @interface RNNNavigationControllerPresenter : RNNBasePresenter
  3. - (void)applyOptionsBeforePopping:(RNNNavigationOptions *)options;
  4. @end