Skip to content

Commit

Permalink
feat(ios): fixed missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
trancee committed Sep 10, 2023
1 parent b3a757e commit d041d85
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import Foundation
import UIKit

extension UIImage {
public func scaledImage(width: Int?, height: Int?) -> UIImage {
Expand Down

0 comments on commit d041d85

Please sign in to comment.