|
@@ -27,8 +27,6 @@ import Cocoa
|
|
|
@NSApplicationMain
|
|
|
class AppDelegate: NSObject, NSApplicationDelegate {
|
|
|
|
|
|
-
|
|
|
-
|
|
|
func applicationDidFinishLaunching(aNotification: NSNotification) {
|
|
|
// Insert code here to initialize your application
|
|
|
}
|
|
@@ -36,7 +34,5 @@ class AppDelegate: NSObject, NSApplicationDelegate {
|
|
|
func applicationWillTerminate(aNotification: NSNotification) {
|
|
|
// Insert code here to tear down your application
|
|
|
}
|
|
|
-
|
|
|
-
|
|
|
}
|
|
|
|