#import "AnimatedReactView.h"
#import <UIKit/UIKit.h>

@interface AnimatedImageView : AnimatedReactView

@property(nonatomic, strong) UIImageView *fromImageView;
@property(nonatomic, strong) UIImageView *toImageView;

@end
