add ios and web

This commit is contained in:
ANLGBOY
2025-11-23 15:54:59 +09:00
parent 5d2e263401
commit 375fad69c2
17 changed files with 1986 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
import SwiftUI
@main
struct ExampleiOSApp: App {
var body: some Scene {
WindowGroup {
ContentView()
}
}
}