NSApp
The global variable for the shared app instance.
Declaration
@MainActor var NSApp: NSApplication!Discussion
The value in this global variable is the same as accessing the shared property of the app.
The global variable for the shared app instance.
@MainActor var NSApp: NSApplication!The value in this global variable is the same as accessing the shared property of the app.