tokenary/Encrypted Ink/AppDelegate.swift
Ivan Grachyov e0ac3da6d0 Fix names
2021-06-12 14:44:54 +03:00

17 lines
404 B
Swift

// Copyright © 2021 Encrypted Ink. All rights reserved.
import Cocoa
@main
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
}
}