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