// // AppDelegate.swift // RSwitch // // Created by hrbrmstr on 8/22/19. // Copyright © 2019 Bob Rudis. 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 } }