# `BCCollectionView.delegate`

*Instance Property*

## Declaration

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

```objc
@property (nonatomic, unsafe_unretained) id<BCCollectionViewDelegate> delegate;
```

```python
delegate() -> object
setDelegate_(delegate: object)
```

