ObjFW  Diff

Differences From Artifact [b4d0f545f8]:

To Artifact [2c81425fe1]:


32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
 * initialization.
 */
+ (void)initialize;

/**
 * Allocates memory for an instance of the class.
 *
 * alloc will never return nil, instead, it will throw an 
 * OFAllocFailedException.
 *
 * \return The allocated object.
 */
+ alloc;

/**







|







32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
 * initialization.
 */
+ (void)initialize;

/**
 * Allocates memory for an instance of the class.
 *
 * alloc will never return nil, instead, it will throw an
 * OFAllocFailedException.
 *
 * \return The allocated object.
 */
+ alloc;

/**