This commit is contained in:
Joseph Henry
2016-06-23 11:40:00 -07:00
parent 2e965bb3f3
commit 3c000011a2
25 changed files with 0 additions and 0 deletions

View File

@@ -1,26 +0,0 @@
//
// AppDelegate.swift
// Example_OSX_App
//
// Created by Joseph Henry on 6/22/16.
// Copyright © 2016 ZeroTier Inc. All rights reserved.
//
import Cocoa
@NSApplicationMain
class AppDelegate: NSObject, NSApplicationDelegate {
func applicationDidFinishLaunching(aNotification: NSNotification) {
// Insert code here to initialize your application
}
func applicationWillTerminate(aNotification: NSNotification) {
// Insert code here to tear down your application
}
}