From c343140bcf9862b7b4b0d465b67e51eb42f45008 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Mon, 21 Oct 2024 23:33:35 -0600 Subject: initial commit --- iTexSnip/MenuBarView.swift | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 iTexSnip/MenuBarView.swift (limited to 'iTexSnip/MenuBarView.swift') diff --git a/iTexSnip/MenuBarView.swift b/iTexSnip/MenuBarView.swift new file mode 100644 index 0000000..e785dd4 --- /dev/null +++ b/iTexSnip/MenuBarView.swift @@ -0,0 +1,18 @@ +// +// MenuBarView.swift +// iTexSnip +// +// Created by Navan Chauhan on 10/20/24. +// + +import SwiftUI + +struct MenuBarView: View { + var body: some View { + Text(/*@START_MENU_TOKEN@*/"Hello, World!"/*@END_MENU_TOKEN@*/) + } +} + +#Preview { + MenuBarView() +} -- cgit v1.2.3