This repository has been archived on 2024-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
2023-08-28 13:25:07 +03:00

11 lines
109 B
Swift

import SwiftUI
@main
struct iOSApp: App {
var body: some Scene {
WindowGroup {
ContentView()
}
}
}