Skip to content

Commit

Permalink
Remove @mainactor annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
SvenTiigi committed Aug 11, 2024
1 parent 3ee5766 commit ec8551c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion Sources/HostingView/YouTubePlayerHostingView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ public class YouTubePlayerHostingBaseView: UIView {}
// MARK: - YouTubePlayerHostingView

/// The YouTubePlayer HostingView
@MainActor
public final class YouTubePlayerHostingView: YouTubePlayerHostingBaseView {

// MARK: Properties
Expand Down
1 change: 0 additions & 1 deletion Sources/ViewController/YouTubePlayerViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ public class YouTubePlayerBaseViewController: UIViewController {}
// MARK: - YouTubePlayerViewController

/// The YouTubePlayer ViewController
@MainActor
public final class YouTubePlayerViewController: YouTubePlayerBaseViewController {

// MARK: Properties
Expand Down
1 change: 0 additions & 1 deletion Sources/WebView/YouTubePlayerWebView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import WebKit
// MARK: - YouTubePlayerWebView

/// The YouTubePlayer WebView
@MainActor
final class YouTubePlayerWebView: WKWebView {

// MARK: Properties
Expand Down
1 change: 0 additions & 1 deletion Sources/YouTubePlayer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import Foundation
// MARK: - YouTubePlayer

/// A YouTubePlayer
@MainActor
public final class YouTubePlayer: ObservableObject {

// MARK: Properties
Expand Down

0 comments on commit ec8551c

Please sign in to comment.