mirror of
https://github.com/HaishinKit/HaishinKit.swift.git
synced 2026-05-07 20:12:28 +00:00
17 lines
249 B
Swift
17 lines
249 B
Swift
import HaishinKit
|
|
import RTMPHaishinKit
|
|
import SRTHaishinKit
|
|
import SwiftUI
|
|
|
|
struct ContentView: View {
|
|
var body: some View {
|
|
VStack {
|
|
PlaybackView()
|
|
}
|
|
}
|
|
}
|
|
|
|
#Preview(windowStyle: .automatic) {
|
|
ContentView()
|
|
}
|