Function 関数

property_getName

Returns the name of a property.

Declaration 宣言

const char * property_getName(objc_property_t property);

Return Value 戻り値

A C string containing the property's name.

See Also 参照

Working with Properties