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/SDAnimatedImageView.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Pods/SDWebImage/SDWebImage/Core/SDAnimatedImageView.h b/Pods/SDWebImage/SDWebImage/Core/SDAnimatedImageView.h index f5f541b..431be92 100644 --- a/Pods/SDWebImage/SDWebImage/Core/SDAnimatedImageView.h +++ b/Pods/SDWebImage/SDWebImage/Core/SDAnimatedImageView.h @@ -19,6 +19,7 @@ For UIKit: use `-startAnimating`, `-stopAnimating` to control animating. `isAnimating` to check animation state. For AppKit: use `-setAnimates:` to control animating, `animates` to check animation state. This view is layer-backed. */ +NS_SWIFT_UI_ACTOR @interface SDAnimatedImageView : UIImageView /** The internal animation player. -- Gitblit v1.7.1