touch-bar-simulator/Touch Bar Simulator/main.swift

7 lines
124 B
Swift
Raw Normal View History

2017-03-15 18:25:20 +00:00
import Cocoa
private let app = NSApplication.shared
private let delegate = AppDelegate()
2017-03-15 18:25:20 +00:00
app.delegate = delegate
app.run()