2
0
Эх сурвалжийг харах

Remove unnecessary sendable

onevcat 1 жил өмнө
parent
commit
6ef28c53c0

+ 1 - 1
Demo/Demo/Kingfisher-Demo/Extensions/UIViewController+KingfisherOperation.swift

@@ -27,7 +27,7 @@
 import UIKit
 import UIKit
 import Kingfisher
 import Kingfisher
 
 
-protocol MainDataViewReloadable: Sendable {
+protocol MainDataViewReloadable {
     @MainActor func reload()
     @MainActor func reload()
 }
 }