Skip to content

Commit f55aec2

Browse files
committed
Fix a warning
1 parent 29bc559 commit f55aec2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/TypedNotifications/UIKit/UIResponder.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#if canImport(UIKit) && !os(xrOS)
1+
#if canImport(UIKit) && !os(visionOS)
22
import UserInfoRepresentable
33
import UIKit
44

0 commit comments

Comments
 (0)