react-native-navigation的迁移库

StackTransitionDelegate.h 294B

1234567891011
  1. #import <Foundation/Foundation.h>
  2. #import <UIKit/UIKit.h>
  3. #import "RNNScreenTransition.h"
  4. #import "TransitionDelegate.h"
  5. @interface StackTransitionDelegate : TransitionDelegate
  6. - (instancetype)initWithScreenTransition:(RNNScreenTransition *)screenTransition bridge:(RCTBridge *)bridge;
  7. @end