// // AppDelegate.swift // Google Keep // // Created by Flavien Haas on 27/12/2017. // Copyright © 2017 Flavien Haas. 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 } }