Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
davdroman committed Jul 16, 2024
1 parent 72bfa56 commit ac1b7b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/PlatformView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ typealias _PlatformViewControllerRepresentable = UIViewControllerRepresentable
typealias _PlatformViewControllerRepresentable = NSViewControllerRepresentable
#endif

@MainActor
protocol PlatformViewControllerRepresentable: _PlatformViewControllerRepresentable {
#if canImport(UIKit)
typealias ViewController = UIViewControllerType
Expand Down

0 comments on commit ac1b7b6

Please sign in to comment.