added sth
This commit is contained in:
18
watch-untis Watch App/SwiftUIView.swift
Normal file
18
watch-untis Watch App/SwiftUIView.swift
Normal file
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// SwiftUIView.swift
|
||||
// watch-untis Watch App
|
||||
//
|
||||
// Created by Theis on 23.02.26.
|
||||
//
|
||||
|
||||
import SwiftUI
|
||||
|
||||
struct SwiftUIView: View {
|
||||
var body: some View {
|
||||
Text(/*@START_MENU_TOKEN@*/"Hello, World!"/*@END_MENU_TOKEN@*/)
|
||||
}
|
||||
}
|
||||
|
||||
#Preview {
|
||||
SwiftUIView()
|
||||
}
|
||||
Reference in New Issue
Block a user