Skip to content

Commit c93ced9

Browse files
committedNov 24, 2024
Update UIScreenExtension.swift
1 parent 199670f commit c93ced9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Sources/SwiftBoost/UIKit/Extensions/UIScreenExtension.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#if canImport(UIKit)
1+
#if canImport(UIKit) && (os(iOS))
22
import UIKit
33

44
public extension UIScreen {

0 commit comments

Comments
 (0)
Please sign in to comment.