Spaces:
Sleeping
Sleeping
File size: 147 Bytes
613af8d |
1 2 3 4 5 6 7 8 9 10 11 |
import SwiftUI
@main
struct WhisperCppDemoApp: App {
var body: some Scene {
WindowGroup {
ContentView()
}
}
}
|