aboutsummaryrefslogtreecommitdiff
path: root/iTexSnip/iTexSnipApp.swift
diff options
context:
space:
mode:
Diffstat (limited to 'iTexSnip/iTexSnipApp.swift')
-rw-r--r--iTexSnip/iTexSnipApp.swift17
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()
+ }
+ }
+}