ObjFW  Diff

Differences From Artifact [ff3d52f1b1]:

To Artifact [186b25418e]:


552
553
554
555
556
557
558


559
560
552
553
554
555
556
557
558
559
560
561
562







+
+



+ (void)release
{
}

+ (void)dealloc
{
	@throw [OFNotImplementedException newWithClass: self
					      selector: _cmd];
}
@end