Skip to content

Commit 8b895e5

Browse files
authored
Update Types.swift to add visionOS
1 parent ca92308 commit 8b895e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Shared/Library/Types.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#if os(iOS) || os(tvOS)
1+
#if os(iOS) || os(tvOS) || os(visionOS)
22
import UIKit
33
public typealias Image = UIImage
44
#elseif os(watchOS)

0 commit comments

Comments
 (0)