// // 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 } }