---
title: isa
framework: objectivec
role: symbol
role_heading: Instance Property
path: objectivec/objc_object/isa
---

# isa

A pointer to the class definition of which this object is an instance.

## Declaration

```swift
var isa: AnyClass
```
