---
title: cellClass
framework: appkit
role: symbol
role_heading: Type Property
path: appkit/nsbrowser/cellclass
---

# cellClass

Returns the NSBrowserCell class.

## Declaration

```swift
class var cellClass: AnyClass { get }
```

## Return Value

Return Value Always returns the NSBrowserCell class (even if the developer has sent a setCellClass(_:) message to a particular instance).

## Discussion

Discussion This method is used by NSControl during initialization and is not meant to be used by applications.

## See Also

### Managing Component Types

- [setCellClass(_:)](appkit/nsbrowser/setcellclass(_:).md)
- [cellPrototype](appkit/nsbrowser/cellprototype.md)
