<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSBrowser/cellClass",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSBrowser(cpy)cellClass"
  },
  "title" : "cellClass"
}
-->

# cellClass

Returns the `NSBrowserCell` class.

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

## Return Value

Always returns the `NSBrowserCell` class (even if the developer has sent a [`setCellClass(_:)`](/documentation/AppKit/NSBrowser/setCellClass(_:)) message to a particular instance).

## Discussion

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

---

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)