ObjFW  Diff

Differences From Artifact [2c3e6c42ab]:

To Artifact [3a779f3f6d]:


71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
 *
 * @brief A class for describing a property.
 */
@interface OFProperty: OFObject
{
	OFString *_name;
	unsigned int _attributes;
	OFString *_Nullable _getter, *_Nullable _setter, *_Nullable iVar;
}

/*!
 * @brief The name of the property.
 */
@property (readonly, nonatomic) OFString *name;








|







71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
 *
 * @brief A class for describing a property.
 */
@interface OFProperty: OFObject
{
	OFString *_name;
	unsigned int _attributes;
	OFString *_Nullable _getter, *_Nullable _setter, *_Nullable _iVar;
}

/*!
 * @brief The name of the property.
 */
@property (readonly, nonatomic) OFString *name;