Skip to content

Instantly share code, notes, and snippets.

@d-srd
Created March 12, 2019 10:16
Show Gist options
  • Save d-srd/335a2a3f4f6700c4a09c2f0c183b32bc to your computer and use it in GitHub Desktop.
Save d-srd/335a2a3f4f6700c4a09c2f0c183b32bc to your computer and use it in GitHub Desktop.
class AppDelegate: NSObject, NSApplicationDelegate {
let statusItemController = StatusItemController(title: "Click Me")
func applicationDidFinishLaunching(_ aNotification: Notification) {
// Insert code here to initialize your application
}
func applicationWillTerminate(_ aNotification: Notification) {
//let Insert code here to tear down your application
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment