mirror of
https://github.com/yJason/ClashX-Dashboard.git
synced 2026-02-04 10:02:26 +08:00
23 lines
305 B
Swift
23 lines
305 B
Swift
//
|
|
// AppDelegate.swift
|
|
// ClashX Dashboard
|
|
//
|
|
//
|
|
|
|
import Cocoa
|
|
import ClashX_Dashboard_Kit
|
|
|
|
|
|
@main
|
|
class AppDelegate: NSObject, NSApplicationDelegate {
|
|
|
|
func applicationDidFinishLaunching(_ notification: Notification) {
|
|
|
|
}
|
|
|
|
|
|
func applicationWillTerminate(_ notification: Notification) {
|
|
|
|
}
|
|
}
|