touch-bar-simulator/Touch Bar Simulator/main.swift
2018-07-21 04:40:14 +07:00

6 lines
124 B
Swift

import Cocoa
private let app = NSApplication.shared
private let delegate = AppDelegate()
app.delegate = delegate
app.run()