---
title: delegate
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nstextcontentstorage/delegate
---

# delegate

The delegate for the content storage object.

## Declaration

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

## See Also

### Accessing paragraphs

- [NSTextContentStorageDelegate](appkit/nstextcontentstoragedelegate.md)
