From 3a88a3fdad46e15beb18c92e8edf49685164e12e Mon Sep 17 00:00:00 2001 From: Ahmet Ardal Date: Mon, 16 Jul 2018 21:53:21 +0300 Subject: [PATCH] Derive FFFastImageView from UIImageView instead of FLAnimatedImageView --- ios/FastImage/FFFastImageView.h | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) 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;