dashboard
repositories
filestore
activity
search
login
hefan
/
LiveProjectIOS
ios 版
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Initial Commit
Runt
2025-06-25
65fab6199e8aeec02b9790c7a87b99fa98e3d07c
[hefan/LiveProjectIOS.git]
/
LiveProject
/
LiveProjectApp.swift
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//
// LiveProjectApp.swift
// LiveProject
//
// Created by 倪路朋 on 6/25/25.
//
import SwiftUI
@main
struct LiveProjectApp: App {
var body: some Scene {
WindowGroup {
ContentView()
}
}
}