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_copyAttributeValue (objc_property_t, UnsafePointer<CChar>) -> UnsafeMutablePointer<CChar>?
Returns the value of a property attribute given the attribute name.