---
title: appIntentsDataSource
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uitableview/appintentsdatasource
---

# appIntentsDataSource

The object acting as the table view’s data source for app entity identifiers that make a cell’s content discoverable by Apple Intelligence and Siri.

## Declaration

```swift
@MainActor @preconcurrency weak var appIntentsDataSource: (any UITableViewAppIntentsDataSource)? { get set }
```

## Discussion

Discussion For more information, refer to doc:Making-onscreen-content-available-to-siri-and-apple-intelligence and App Intents.
