---
title: objc_object
framework: objectivec
role: symbol
role_heading: Structure
path: objectivec/objc_object
---

# objc_object

Represents an instance of a class.

## Declaration

```swift
struct objc_object
```

## Topics

### Initializers

- [init(isa:)](objectivec/objc_object/init(isa:).md)

### Instance Properties

- [isa](objectivec/objc_object/isa.md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Sendable](swift/sendable.md)

## See Also

### Instance Data Types

- [objc_super](objectivec/objc_super-swift.struct.md)
