Skip to content

Commit

Permalink
Update UIScreenExtension.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanvorobei committed Nov 24, 2024
1 parent 2304815 commit 199670f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/SwiftBoost/UIKit/Extensions/UIScreenExtension.swift
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#if canImport(UIKit)
import UIKit

public extension UIScreen {
Expand All @@ -9,3 +10,4 @@ public extension UIScreen {
return cornerRadius
}
}
#endif

0 comments on commit 199670f

Please sign in to comment.