---
title: default
framework: foundation
role: symbol
role_heading: Type Property
path: foundation/notificationqueue/default
---

# default

Returns the default notification queue for the current thread.

## Declaration

```swift
class var `default`: NotificationQueue { get }
```

## Return Value

Return Value Returns the default notification queue for the current thread.

## Discussion

Discussion This notification queue uses the default notification center.
