react-native-navigation的迁移库

RNNAnimatedView.h 417B

123456789101112
  1. #import <UIKit/UIKit.h>
  2. #import "RNNViewLocation.h"
  3. #import "VICMAImageView.h"
  4. @interface RNNAnimatedView : UIView
  5. -(instancetype)initFromElement:(RNNElementView*)fromElement toElement:(RNNElementView*)toElement andLocation:(RNNViewLocation*)location andIsBackButton:(BOOL)backButton startAlpha:(CGFloat)startAlpha endAlpha:(CGFloat)endAlpha;
  6. +(UIViewContentMode)contentModefromString:(NSString*)resizeMode;
  7. @end