/
githubmirror
/
fastlane
Обзор
Документация
Войти
/
githubmirror
/
fastlane
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
snapshot/example/ExampleMacOS/AppDelegate.swift
23 строки
495 B
Josh Holtz
Remove copyright from iOS source files (.h, .m, .swift) (#12795)
26 июн 2018, 18:07
Не верифицирован
26 июн 2018, 18:07
f32b007
Код
Авторство
О чём код?
// // AppDelegate.swift // ExampleMacOS // // Created by Alexander Semenov on 1/19/17. // import Cocoa @NSApplicationMain class AppDelegate: NSObject, NSApplicationDelegate { @IBOutlet weak var window: NSWindow! func applicationDidFinishLaunching(_ aNotification: Notification) { // Insert code here to initialize your application } func applicationWillTerminate(_ aNotification: Notification) { // Insert code here to tear down your application } }