diff --git a/SDWebImage/FLAnimatedImage/FLAnimatedImageView+WebCache.h b/SDWebImage/FLAnimatedImage/FLAnimatedImageView+WebCache.h index d5f08c34..f77c0edd 100644 --- a/SDWebImage/FLAnimatedImage/FLAnimatedImageView+WebCache.h +++ b/SDWebImage/FLAnimatedImage/FLAnimatedImageView+WebCache.h @@ -10,8 +10,8 @@ #if SD_UIKIT -#if COCOAPODS -@import FLAnimatedImage; +#if __has_include() +#import #else #import "FLAnimatedImageView.h" #endif