Преглед изворни кода

Remove unnecessary sendable

onevcat пре 1 година
родитељ
комит
6ef28c53c0

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

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