diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2024-10-13 17:49:09 -0600 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2024-10-13 17:49:09 -0600 |
commit | e2e7befe212b1340f851af88f3de4133dc33df14 (patch) | |
tree | 677d6ea7105cbe8223a740bb09c265891e795ff8 /iTexSnip/iTexSnipApp.swift |
Initial Commit
Diffstat (limited to 'iTexSnip/iTexSnipApp.swift')
-rw-r--r-- | iTexSnip/iTexSnipApp.swift | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/iTexSnip/iTexSnipApp.swift b/iTexSnip/iTexSnipApp.swift new file mode 100644 index 0000000..d69546b --- /dev/null +++ b/iTexSnip/iTexSnipApp.swift @@ -0,0 +1,17 @@ +// +// iTexSnipApp.swift +// iTexSnip +// +// Created by Navan Chauhan on 10/13/24. +// + +import SwiftUI + +@main +struct iTexSnipApp: App { + var body: some Scene { + WindowGroup { + ContentView() + } + } +} |