#import #import #import #import "FLAnimatedImageView.h" #import #import #import "FFFastImageSource.h" @interface FFFastImageView : FLAnimatedImageView @property(nonatomic, copy) RCTDirectEventBlock onFastImageError; @property(nonatomic, copy) RCTDirectEventBlock onFastImageLoad; @property(nonatomic, assign) RCTResizeMode resizeMode; @property(nonatomic, strong) FFFastImageSource *source; @end