Skip to content

Commit

Permalink
Change check from type to avaliability
Browse files Browse the repository at this point in the history
  • Loading branch information
antigp committed Jan 10, 2024
1 parent 57f264f commit 9663466
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ extension MCPeerID {

}

#if os(iOS) || os(tvOS) || os(visionOS)
#if canImport(UIKit)
import UIKit

public extension MCPeerID {
Expand Down

0 comments on commit 9663466

Please sign in to comment.