---
title: TVTopShelfObject
framework: tvservices
role: symbol
role_heading: Class
path: tvservices/tvtopshelfobject
---

# TVTopShelfObject

An abstract base class for describing top shelf items and item collections.

## Declaration

```swift
class TVTopShelfObject
```

## Overview

Overview This class provides shared information for objects you use in your app extension. Do not create instances of this class directly.

## Topics

### Getting the Object Attributes

- [title](tvservices/tvtopshelfobject/title.md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Inherited By

- [TVTopShelfItem](tvservices/tvtopshelfitem.md)
- [TVTopShelfItemCollection](tvservices/tvtopshelfitemcollection.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Common types

- [TVTopShelfItem](tvservices/tvtopshelfitem.md)
- [TVTopShelfAction](tvservices/tvtopshelfaction.md)
- [TVTopShelfContent](tvservices/tvtopshelfcontent.md)
