ObjFW  Diff

Differences From Artifact [e04ae60642]:

To Artifact [22261c0609]:


281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
281
282
283
284
285
286
287





288
289
290
291
292
293
294







-
-
-
-
-







}

+ (instancetype)alloc
{
	return of_alloc_object(self, 0, 0, NULL);
}

+ (instancetype)new
{
	return [[self alloc] init];
}

+ (Class)class
{
	return self;
}

+ (OFString *)className
{