react-native-navigation的迁移库

RNNRootViewProtocol.h 157B

123456789101112
  1. #import "RNNNavigationOptions.h"
  2. @protocol RNNRootViewProtocol <NSObject, UINavigationControllerDelegate>
  3. @required
  4. - (BOOL)isCustomTransitioned;
  5. @end