fix warning 'UIKit' was not imported
@@ -29,6 +29,8 @@ import CoreGraphics
#if canImport(AppKit) && !targetEnvironment(macCatalyst)
import AppKit
+#else
+import UIKit
#endif
/// Represents an item which could be processed by an `ImageProcessor`.