---
title: NSSharingServicePickerTouchBarItemDelegate
framework: appkit
role: symbol
role_heading: Protocol
path: appkit/nssharingservicepickertouchbaritemdelegate
---

# NSSharingServicePickerTouchBarItemDelegate

A protocol that a sharing service picker item delegate uses to provide a list of items eligible for sharing.

## Declaration

```swift
protocol NSSharingServicePickerTouchBarItemDelegate : NSSharingServicePickerDelegate
```

## Topics

### Providing items to share

- [items(for:)](appkit/nssharingservicepickertouchbaritemdelegate/items(for:).md)

## Relationships

### Inherits From

- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [NSSharingServicePickerDelegate](appkit/nssharingservicepickerdelegate.md)

## See Also

### Setting the delegate

- [delegate](appkit/nssharingservicepickertouchbaritem/delegate.md)
