Bubble/Threaded/AppDelegate.swift
2024-01-04 22:17:25 +01:00

14 lines
198 B
Swift

//Made by Lumaa
import SwiftUI
struct AppDelegate: View {
var body: some View {
Text(/*@START_MENU_TOKEN@*/"Hello, World!"/*@END_MENU_TOKEN@*/)
}
}
#Preview {
AppDelegate()
}