Calc (macOS)/Calc/AppDelegate.swift
/* |
Copyright (C) 2018 Apple Inc. All Rights Reserved. |
See LICENSE.txt for this sample’s licensing information |
Abstract: |
The application delegate class. |
*/ |
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 |
} |
} |
Copyright © 2018 Apple Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2018-04-26