react-native-navigation的迁移库

RNNLayoutProtocol.h 331B

123456789101112
  1. #import "RNNLayoutInfo.h"
  2. #import "RNNBasePresenter.h"
  3. @protocol RNNLayoutProtocol <NSObject, UINavigationControllerDelegate, UIViewControllerTransitioningDelegate, UISplitViewControllerDelegate>
  4. @required
  5. @property (nonatomic, retain) RNNBasePresenter* presenter;
  6. @property (nonatomic, retain) RNNLayoutInfo* layoutInfo;
  7. @end