# `GSUserNotification`

*Class*

## Declaration

```swift
class GSUserNotification
```

```objc
@interface GSUserNotification : NSObject
```

```python
class GSUserNotification(NSObject)
```

## Topics

### Instance Properties

- [`GSUserNotification.actionButtonTitle`](/Core/GlyphsKit/GSUserNotification/actionButtonTitle)
- [`GSUserNotification.informativeText`](/Core/GlyphsKit/GSUserNotification/informativeText)
- [`GSUserNotification.subtitle`](/Core/GlyphsKit/GSUserNotification/subtitle)
- [`GSUserNotification.title`](/Core/GlyphsKit/GSUserNotification/title)
- [`GSUserNotification.userInfo`](/Core/GlyphsKit/GSUserNotification/userInfo)

### Instance Methods

- [`GSUserNotification deliver`](/Core/GlyphsKit/GSUserNotification/deliver)

### Type Methods

- [`GSUserNotification setDelegate:`](/Core/GlyphsKit/GSUserNotification/setDelegate:)

## Relationships

### Inherits From

- `NSObject`

