aboutsummaryrefslogtreecommitdiff
path: root/iTexSnip/Views/PreferencesView.swift
diff options
context:
space:
mode:
Diffstat (limited to 'iTexSnip/Views/PreferencesView.swift')
-rw-r--r--iTexSnip/Views/PreferencesView.swift18
1 files changed, 18 insertions, 0 deletions
diff --git a/iTexSnip/Views/PreferencesView.swift b/iTexSnip/Views/PreferencesView.swift
new file mode 100644
index 0000000..81a7d38
--- /dev/null
+++ b/iTexSnip/Views/PreferencesView.swift
@@ -0,0 +1,18 @@
+//
+// PreferencesView.swift
+// iTexSnip
+//
+// Created by Navan Chauhan on 10/21/24.
+//
+
+import SwiftUI
+
+struct PreferencesView: View {
+ var body: some View {
+ Text(/*@START_MENU_TOKEN@*/"Hello, World!"/*@END_MENU_TOKEN@*/)
+ }
+}
+
+#Preview {
+ PreferencesView()
+}