Files
Test/iosApp/iosApp/iOSApp.swift
T
lamtruong28 4f6c7a099a
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 25s
Test / test (push) Successful in 19s
Test CI
2026-08-06 15:52:45 +07:00

10 lines
135 B
Swift

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