We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2304815 commit 199670fCopy full SHA for 199670f
Sources/SwiftBoost/UIKit/Extensions/UIScreenExtension.swift
@@ -1,3 +1,4 @@
1
+#if canImport(UIKit)
2
import UIKit
3
4
public extension UIScreen {
@@ -9,3 +10,4 @@ public extension UIScreen {
9
10
return cornerRadius
11
}
12
13
+#endif
0 commit comments