From 152b21222bb6759de69c1abfb5b5b73496aa1460 Mon Sep 17 00:00:00 2001 From: Dylan Bolger Date: Mon, 3 Sep 2018 16:06:39 -0500 Subject: Initial Commit --- DWA140Menu/AppDelegate.swift | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 DWA140Menu/AppDelegate.swift (limited to 'DWA140Menu/AppDelegate.swift') diff --git a/DWA140Menu/AppDelegate.swift b/DWA140Menu/AppDelegate.swift new file mode 100644 index 0000000..0454a77 --- /dev/null +++ b/DWA140Menu/AppDelegate.swift @@ -0,0 +1,26 @@ +// +// AppDelegate.swift +// DWA140Menu +// +// Created by Dylan Bolger on 9/3/18. +// Copyright © 2018 Dylan Bolger. All rights reserved. +// + +import Cocoa + +@NSApplicationMain +class AppDelegate: NSObject, NSApplicationDelegate { + + + + func applicationDidFinishLaunching(_ aNotification: Notification) { + // Insert code here to initialize your application + } + + func applicationWillTerminate(_ aNotification: Notification) { + // Insert code here to tear down your application + } + + +} + -- cgit v1.2.3