<!--
{
  "availability" : [
    "tvOS: 13.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "TVServices",
  "identifier" : "/documentation/TVServices/TVTopShelfContent",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "TV Services"
    ],
    "preciseIdentifier" : "c:objc(pl)TVTopShelfContent"
  },
  "title" : "TVTopShelfContent"
}
-->

# TVTopShelfContent

The protocol that objects adopt to provide content for the top shelf.

```
protocol TVTopShelfContent : NSObjectProtocol
```

## Overview

Don’t adopt this protocol in your own classes. The TVServices framework adopts this protocol in classes that can contain top shelf content, such as the [`TVTopShelfCarouselContent`](/documentation/TVServices/TVTopShelfCarouselContent) class.

## Relationships

### Inherits From

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

### Conforming Types

[`TVTopShelfCarouselContent`](/documentation/TVServices/TVTopShelfCarouselContent)

[`TVTopShelfSectionedContent`](/documentation/TVServices/TVTopShelfSectionedContent)

[`TVTopShelfInsetContent`](/documentation/TVServices/TVTopShelfInsetContent)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)