init
This commit is contained in:
18
demo/Views/User/Account/AccountView.swift
Normal file
18
demo/Views/User/Account/AccountView.swift
Normal file
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// AccountView.swift
|
||||
// demo
|
||||
//
|
||||
// Created by Jason on 2024/1/23.
|
||||
//
|
||||
|
||||
import SwiftUI
|
||||
|
||||
struct AccountView: View {
|
||||
var body: some View {
|
||||
Text(/*@START_MENU_TOKEN@*/"Hello, World!"/*@END_MENU_TOKEN@*/)
|
||||
}
|
||||
}
|
||||
|
||||
#Preview {
|
||||
AccountView()
|
||||
}
|
||||
Reference in New Issue
Block a user