From be4f837ef79f95e202180388720b594c20815eb4 Mon Sep 17 00:00:00 2001 From: wufloor Date: Sat, 19 Dec 2020 12:12:44 +0800 Subject: [PATCH] Update SDCycleScrollView.m MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 解决最新版本SDWebImage 导入报错 --- SDCycleScrollView/Lib/SDCycleScrollView/SDCycleScrollView.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SDCycleScrollView/Lib/SDCycleScrollView/SDCycleScrollView.m b/SDCycleScrollView/Lib/SDCycleScrollView/SDCycleScrollView.m index 2ce019b9..b1db01d0 100644 --- a/SDCycleScrollView/Lib/SDCycleScrollView/SDCycleScrollView.m +++ b/SDCycleScrollView/Lib/SDCycleScrollView/SDCycleScrollView.m @@ -34,7 +34,7 @@ #import "UIView+SDExtension.h" #import "TAPageControl.h" #import "SDWebImageManager.h" -#import "UIImageView+WebCache.h" +#import #define kCycleScrollViewInitialPageControlDotSize CGSizeMake(10, 10)