---
title: delegate
framework: quartz
role: symbol
role_heading: Instance Property
path: quartz/ikdevicebrowserview/delegate
---

# delegate

Specifies the delegate object.

## Declaration

```swift
@IBOutlet unowned(unsafe) var delegate: (any IKDeviceBrowserViewDelegate)! { get set }
```

## Discussion

Discussion The delegate object must conform to the IKDeviceBrowserViewDelegate protocol.
