func property_getName (objc_property_t) -> UnsafePointer<CChar>
Returns the name of a property.
func property_getAttributes (objc_property_t) -> UnsafePointer<CChar>?
Returns the attribute string of a property.
func property_copyAttributeList (objc_property_t, UnsafeMutablePointer<UInt32>?) -> UnsafeMutablePointer<objc_property_attribute_t>?
Returns an array of property attributes for a given property.