ObjFW  Diff

Differences From Artifact [a61f98d08c]:

To Artifact [7e8147f893]:


342
343
344
345
346
347
348
349
350
351
352
353
354
355
356

/*!
 * @brief The root class for all other classes inside ObjFW.
 */
@interface OFObject <OFObject>
{
@public
	Class isa;
}

/*!
 * @brief A method which is called once when the class is loaded into the
 *	  runtime.
 *
 * Derived classes can overide this to execute their own code when the class is







|







342
343
344
345
346
347
348
349
350
351
352
353
354
355
356

/*!
 * @brief The root class for all other classes inside ObjFW.
 */
@interface OFObject <OFObject>
{
@public
	Class _isa;
}

/*!
 * @brief A method which is called once when the class is loaded into the
 *	  runtime.
 *
 * Derived classes can overide this to execute their own code when the class is