Shared seek model

This commit is contained in:
Arkadiusz Fal
2022-09-01 19:00:56 +02:00
parent 6643208579
commit 02617a7c42
5 changed files with 6 additions and 6 deletions

View File

@@ -3,6 +3,8 @@ import Foundation
import SwiftUI
final class SeekModel: ObservableObject {
static let shared = SeekModel()
@Published var currentTime = CMTime.zero
@Published var duration = CMTime.zero