<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "ObjectiveC",
  "identifier" : "/documentation/ObjectiveC/NSObject-swift.class/exposedBindings",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Objective-C Runtime",
      "ObjectiveC"
    ],
    "preciseIdentifier" : "c:objc(cs)NSObject(py)exposedBindings"
  },
  "title" : "exposedBindings"
}
-->

# exposedBindings

Returns an array containing the bindings exposed by the receiver.

```
var exposedBindings: [NSBindingName] { get }
```

## Return Value

An array containing the bindings exposed by the receiver.

## Discussion

A subclass can override this method to remove bindings that are exposed by a superclass that are not appropriate for the subclass.

---

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)