Files
FFmpegKit56/Demo/tvOS/tvOSApp.swift
cuong mac mini m2 4b968a3347
Some checks failed
/ buid (push) Has been cancelled
first commit
2026-04-16 14:48:09 +07:00

20 lines
239 B
Swift

//
// tvOSApp.swift
// tvOS
//
// Created by kintan on 1/30/24.
//
import FFmpegKit
import libmpv
import SwiftUI
@main
struct tvOSApp: App {
var body: some Scene {
WindowGroup {
ContentView()
}
}
}