ObjFW  Diff

Differences From Artifact [eefa1e2165]:

To Artifact [5066d79b28]:


433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
433
434
435
436
437
438
439





440
441
442
443
444
445
446







-
-
-
-
-







}

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

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

+ (Class)class
{
	return self;
}

+ (OFString *)className
{