react-native-navigation的迁移库

RNNParentOptionsResolver.h 246B

123456789
  1. #import <Foundation/Foundation.h>
  2. #import "RNNLayoutProtocol.h"
  3. @interface RNNParentOptionsResolver : NSObject
  4. - (void)resolve:(UIViewController<RNNLayoutProtocol> *)parent with:(NSArray<UIViewController<RNNLayoutProtocol> *> *)children;
  5. @end