punchnet-macos/punchnet/Views/Settings/SettingsView.swift
2026-01-16 18:01:42 +08:00

19 lines
268 B
Swift

//
// SettingsView.swift
// punchnet
//
// Created by on 2026/1/16.
//
import SwiftUI
struct SettingsView: View {
var body: some View {
Text(/*@START_MENU_TOKEN@*/"Hello, World!"/*@END_MENU_TOKEN@*/)
}
}
#Preview {
SettingsView()
}