misc: AppDelegate

This commit is contained in:
mrFq1
2023-06-03 14:45:39 +08:00
parent c0d2493e7a
commit b8c4e4b74c
4 changed files with 719 additions and 1 deletions
+22
View File
@@ -0,0 +1,22 @@
//
// AppDelegate.swift
// ClashX Dashboard
//
//
import Cocoa
import ClashX_Dashboard_Kit
@main
class AppDelegate: NSObject, NSApplicationDelegate {
func applicationDidFinishLaunching(_ notification: Notification) {
}
func applicationWillTerminate(_ notification: Notification) {
}
}