react-native-navigation的迁移库

RNNAnimator.h 286B

1234567891011
  1. #import <Foundation/Foundation.h>
  2. #import <UIKit/UIKit.h>
  3. #import "RNNElementView.h"
  4. @interface RNNAnimator : NSObject <UIViewControllerAnimatedTransitioning>
  5. -(instancetype)initWithAnimationsDictionary:(NSDictionary *)animationsDic;
  6. -(void)setupTransition:(NSDictionary*)data;
  7. @end