This website requires JavaScript.
Explore
Help
Sign In
assignment
/
attendi
Watch
1
Star
0
Fork
0
Code
Actions
Activity
Files
33c77c5c47aa6f3652fc40bac35766eb79607c0d
attendi
/
Apps
/
Attendi
/
AttendiApp.swift
T
11 lines
140 B
Swift
Raw
Normal View
History
Unescape
Escape
Created the cross-platform Sample App target in the Xcode project.
2026-07-03 15:11:33 +02:00
import
SwiftUI
@
main
struct
AttendiApp
:
App
{
var
body
:
some
Scene
{
WindowGroup
{
ContentView
()
}
}
}
Copy Permalink