From d041d853ad5d0b578a427bb9b72f80472defb250 Mon Sep 17 00:00:00 2001 From: Philipp Grosswiler Date: Sun, 10 Sep 2023 11:50:01 +0200 Subject: [PATCH] feat(ios): fixed missing import --- .../ios/Plugin/Classes/ProcessImageOptions.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/selfie-segmentation/ios/Plugin/Classes/ProcessImageOptions.swift b/packages/selfie-segmentation/ios/Plugin/Classes/ProcessImageOptions.swift index 41b55e9..a68f342 100644 --- a/packages/selfie-segmentation/ios/Plugin/Classes/ProcessImageOptions.swift +++ b/packages/selfie-segmentation/ios/Plugin/Classes/ProcessImageOptions.swift @@ -1,4 +1,5 @@ import Foundation +import UIKit extension UIImage { public func scaledImage(width: Int?, height: Int?) -> UIImage {