react-native-navigation的迁移库

RNNRootViewProtocol.h 184B

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