<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "ObjectiveC",
  "identifier" : "/documentation/ObjectiveC/objc_super-swift.struct/super_class",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Objective-C Runtime"
    ],
    "preciseIdentifier" : "c:@S@objc_super@FI@super_class"
  },
  "title" : "super_class"
}
-->

# super_class

A pointer to a [`Class`](/documentation/ObjectiveC/Class) data structure. Specifies the particular superclass of the instance to message.

```
var super_class: AnyClass
```

---

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)