mirror of
https://github.com/dredx/prole.git
synced 2026-09-27 14:14:31 +00:00
7 lines
137 B
Swift
7 lines
137 B
Swift
import AppKit
|
|
|
|
_ = NSApplication.shared
|
|
let delegate = AppDelegate()
|
|
NSApplication.shared.delegate = delegate
|
|
NSApplication.shared.run()
|