Skip to content

Commit 2562736

Browse files
committed
code clean
1 parent 3a1ca2c commit 2562736

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

Sources/swiftui-loop-videoplayer/view/main/LoopPlayerMultiPlatform.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ import UIKit
2020
import AppKit
2121
#endif
2222

23-
@available(iOS 14.0, macOS 11.0, tvOS 14.0, *)
2423
@MainActor
2524
internal struct LoopPlayerMultiPlatform: LoopPlayerViewProtocol {
2625

Sources/swiftui-loop-videoplayer/view/player/ios/LoopingPlayerUIView.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ import AVKit
1414
#if canImport(UIKit)
1515
import UIKit
1616

17-
@available(iOS 14.0, tvOS 14.0, *)
1817
@MainActor @preconcurrency
1918
internal class LoopingPlayerUIView: UIView, LoopingPlayerProtocol {
2019

Sources/swiftui-loop-videoplayer/view/player/mac/LoopingPlayerNSView.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ import AppKit
1616

1717
/// A NSView subclass that loops video using AVFoundation on macOS.
1818
/// This class handles the initialization and management of a looping video player with customizable video gravity.
19-
@available(macOS 11.0, *)
2019
@MainActor @preconcurrency
2120
internal class LoopingPlayerNSView: NSView, LoopingPlayerProtocol {
2221

0 commit comments

Comments
 (0)