---
title: NSApp
framework: appkit
role: symbol
role_heading: Global Variable
path: appkit/nsapp
---

# NSApp

The global variable for the shared app instance.

## Declaration

```swift
@MainActor var NSApp: NSApplication!
```

## Discussion

Discussion The value in this global variable is the same as accessing the shared property of the app.

## See Also

### Getting the shared app object

- [shared](appkit/nsapplication/shared.md)
