---
title: delegate
framework: IntentsUI
role: symbol
role_heading: Instance Property
platforms: [iOS 12.0+, iPadOS 12.0+, Mac Catalyst 13.1+, macOS 12.0+, visionOS 1.0+]
path: intentsui/inuiaddvoiceshortcutviewcontroller/delegate
---

# delegate

The object that retrieves notifications from the view controller.

## Declaration

```swift
weak var delegate: (any INUIAddVoiceShortcutViewControllerDelegate)? { get set }
```

## See Also

### Handling View Controller Events

- [INUIAddVoiceShortcutViewControllerDelegate](intentsui/inuiaddvoiceshortcutviewcontrollerdelegate.md)
