aboutsummaryrefslogtreecommitdiff
path: root/iTexSnip/Views/PreferencesView.swift
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2024-10-21 23:33:35 -0600
committerNavan Chauhan <navanchauhan@gmail.com>2024-10-21 23:34:28 -0600
commitc343140bcf9862b7b4b0d465b67e51eb42f45008 (patch)
tree56f4ec32382cfb9142d4ceaed0c3d0c2edcff769 /iTexSnip/Views/PreferencesView.swift
parente2e7befe212b1340f851af88f3de4133dc33df14 (diff)
initial commit
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()
+}