Explorar el Código

Apply to the rest

qwerty3345 hace 1 año
padre
commit
3cf9c68d1b

+ 1 - 1
Demo/Demo/Kingfisher-Demo/ViewControllers/ProcessorCollectionViewController.swift

@@ -37,7 +37,7 @@ class ProcessorCollectionViewController: UICollectionViewController {
         }
     }
     
-    var processors: [(ImageProcessor, String)] = [
+    var processors: [(any ImageProcessor, String)] = [
         (DefaultImageProcessor.default, "Default"),
         (ResizingImageProcessor(referenceSize: CGSize(width: 50, height: 50)), "Resizing"),
         (RoundCornerImageProcessor(radius: .point(20)), "Round Corner"),