Files
voice-cat/clients/apple/macOS/VoiceCatMac/main.swift
T

6 lines
112 B
Swift
Raw Normal View History

import AppKit
let delegate = AppDelegate()
NSApplication.shared.delegate = delegate
NSApplication.shared.run()