ObjFW  Diff

Differences From Artifact [6babdf726b]:

To Artifact [5c70d53726]:


207
208
209
210
211
212
213

214

215
216
217
218
219
220
221
207
208
209
210
211
212
213
214

215
216
217
218
219
220
221
222







+
-
+







}
@end

@implementation OFMutableString
+ (void)initialize
{
	if (self == [OFMutableString class])
		object_setClass((id)&placeholder,
		placeholder.isa = [OFMutableStringPlaceholder class];
		    [OFMutableStringPlaceholder class]);
}

+ (instancetype)alloc
{
	if (self == [OFMutableString class])
		return (id)&placeholder;