xcode osx example app update

This commit is contained in:
Joseph Henry
2016-12-05 10:32:35 -08:00
parent e640cd016b
commit 9a2092acc5
3 changed files with 2 additions and 50 deletions

View File

@@ -11,8 +11,6 @@ import Cocoa
@NSApplicationMain
class AppDelegate: NSObject, NSApplicationDelegate {
func applicationDidFinishLaunching(aNotification: NSNotification) {
// Insert code here to initialize your application
}