---
title: delegate
framework: xctest
role: symbol
role_heading: Instance Property
path: xctest/xctwaiter/delegate
---

# delegate

The delegate to which expectation fulfillment events will be reported.

## Declaration

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

## See Also

### Responding to Expectation Fulfilment

- [XCTWaiterDelegate](xctest/xctwaiterdelegate.md)
- [fulfilledExpectations](xctest/xctwaiter/fulfilledexpectations.md)
