6 lines
89 B
Swift
6 lines
89 B
Swift
import Cocoa
|
|
|
|
@NSApplicationMain
|
|
class AppDelegate: NSObject, NSApplicationDelegate {
|
|
}
|
|
|