Skip to content

Commit fcfc766

Browse files
committed
WIP
1 parent 2151cdd commit fcfc766

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Sources/IntrospectionSelector.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1+
#if !os(watchOS)
12
#if os(iOS) || os(tvOS) || os(visionOS)
23
public import UIKit
34
#elseif os(macOS)
45
public import AppKit
56
#endif
67

7-
#if !os(watchOS)
88
@_spi(Advanced)
9-
109
@MainActor
1110
public struct IntrospectionSelector<Target: PlatformEntity> {
1211
@_spi(Advanced)

0 commit comments

Comments
 (0)