added sth

This commit is contained in:
2026-02-23 22:47:21 +01:00
parent 0f47e034bd
commit 8a528d46ed
8 changed files with 80 additions and 0 deletions

View 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()
}