From adc2db9bb29e7f316c46b6de679db1522ffc9cc8 Mon Sep 17 00:00:00 2001
From: 杨锴 <841720330@qq.com>
Date: 星期五, 23 八月 2024 11:39:37 +0800
Subject: [PATCH] fix

---
 Pods/SDWebImage/SDWebImage/Core/SDWebImageDownloader.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Pods/SDWebImage/SDWebImage/Core/SDWebImageDownloader.h b/Pods/SDWebImage/SDWebImage/Core/SDWebImageDownloader.h
index e4584dd..eec3fc1 100644
--- a/Pods/SDWebImage/SDWebImage/Core/SDWebImageDownloader.h
+++ b/Pods/SDWebImage/SDWebImage/Core/SDWebImageDownloader.h
@@ -137,7 +137,7 @@
 /**
  The download's metrics. This will be nil if download operation does not support metrics.
  */
-@property (nonatomic, strong, nullable, readonly) NSURLSessionTaskMetrics *metrics API_AVAILABLE(macosx(10.12), ios(10.0), watchos(3.0), tvos(10.0));
+@property (nonatomic, strong, nullable, readonly) NSURLSessionTaskMetrics *metrics API_AVAILABLE(macos(10.12), ios(10.0), watchos(3.0), tvos(10.0));
 
 @end
 

--
Gitblit v1.7.1