5 lines
93 B
Swift
5 lines
93 B
Swift
import Cocoa
|
|
|
|
@NSApplicationMain
|
|
final class AppDelegate: NSObject, NSApplicationDelegate {}
|