ObjFW  Diff

Differences From Artifact [44d3bd5e78]:

To Artifact [c6967b6935]:


477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
477
478
479
480
481
482
483






484
485
486
487
488
489
490







-
-
-
-
-
-







 * This method will never return `nil`, instead, it will throw an
 * @ref OFAllocFailedException.
 *
 * @return The allocated object
 */
+ (instancetype)alloc;

/*!
 * @brief Allocates memory for a new instance and calls @ref init on it.
 * @return An allocated and initialized object
 */
+ (instancetype)new;

/*!
 * @brief Returns the class.
 *
 * @return The class
 */
+ (Class)class;