Swift 入門指南 V1.00 - AppDelegate.swift




AppDelegate.swift


//
//  AppDelegate.swift
//  EncryptorMacOS
//
//  Created by 張凱慶 on 2015/3/4.
//  Copyright (c) 2015年 張凱慶. 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
    }


}

the end

沒有留言: