We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad1c8bc commit 4a2f9b2Copy full SHA for 4a2f9b2
Sources/IntrospectionSelector.swift
@@ -1,4 +1,8 @@
1
+#if os(iOS) || os(tvOS) || os(visionOS)
2
public import UIKit
3
+#elseif os(macOS)
4
+public import AppKit
5
+#endif
6
7
#if !os(watchOS)
8
@_spi(Advanced)
0 commit comments