---
title: objc_property_t
framework: objectivec
role: symbol
role_heading: Type Alias
path: objectivec/objc_property_t
---

# objc_property_t

An opaque type that represents an Objective-C declared property.

## Declaration

```swift
typealias objc_property_t = OpaquePointer
```

## See Also

### Class-Definition Data Structures

- [Method](objectivec/method.md)
- [Ivar](objectivec/ivar.md)
- [Category](objectivec/category.md)
- [IMP](objectivec/imp.md)
- [objc_method_description](objectivec/objc_method_description.md)
- [objc_cache](objectivec/objc_cache.md)
- [objc_property_attribute_t](objectivec/objc_property_attribute_t.md)
