We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 244966b commit 2535153Copy full SHA for 2535153
1 file changed
Sources/iOSIntPackage/ImageProcessor.swift
@@ -11,6 +11,8 @@ import UIKit
11
12
public struct ImageProcessor {
13
14
+ public init() {}
15
+
16
public func processImage(
17
sourceImage: UIImage,
18
filter: ColorFilter,
0 commit comments