diff --git a/ios/FastImage/FFFastImageView.h b/ios/FastImage/FFFastImageView.h index b336d1a0e..1a85eba08 100644 --- a/ios/FastImage/FFFastImageView.h +++ b/ios/FastImage/FFFastImageView.h @@ -3,20 +3,12 @@ #import #import -// Import from the FLAnimated image CocoaPod if it's available. -#if __has_include() -#import -// Import from the version within SDWebImage otherwise. -#elif __has_include() -#import -#endif - #import #import #import "FFFastImageSource.h" -@interface FFFastImageView : FLAnimatedImageView +@interface FFFastImageView : UIImageView @property (nonatomic, copy) RCTDirectEventBlock onFastImageLoadStart; @property (nonatomic, copy) RCTDirectEventBlock onFastImageProgress;