Skip to content

Commit 4a2f9b2

Browse files
committed
WIP
1 parent ad1c8bc commit 4a2f9b2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Sources/IntrospectionSelector.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1+
#if os(iOS) || os(tvOS) || os(visionOS)
12
public import UIKit
3+
#elseif os(macOS)
4+
public import AppKit
5+
#endif
26

37
#if !os(watchOS)
48
@_spi(Advanced)

0 commit comments

Comments
 (0)