// // AppDelegate.swift // APIExample // // Created by 张乾泽 on 2020/8/28. // Copyright © 2020 Agora Corp. All rights reserved. // import Cocoa @NSApplicationMain class AppDelegate: NSObject, NSApplicationDelegate { func applicationDidFinishLaunching(_ aNotification: Notification) { // Insert code here to initialize your application } func applicationWillTerminate(_ aNotification: Notification) { // Insert code here to tear down your application } }