react-native-navigation的迁移库

RNNPushAnimation.h 266B

12345678910
  1. #import <Foundation/Foundation.h>
  2. #import <UIKit/UIKit.h>
  3. #import "RNNModalAnimation.h"
  4. @interface RNNPushAnimation : RNNModalAnimation <UIViewControllerAnimatedTransitioning>
  5. - (instancetype)initWithScreenTransition:(RNNScreenTransition *)screenTransition;
  6. @end