diff --git a/SDWebImage/FLAnimatedImage/FLAnimatedImageView+WebCache.h b/SDWebImage/FLAnimatedImage/FLAnimatedImageView+WebCache.h index e109b5a9..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