ObjFW  Diff

Differences From Artifact [13948b0a6c]:

To Artifact [2a5d5697ce]:


29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
#import "OFMutableArray.h"

#import "OFMalformedXMLException.h"

#import "macros.h"

@implementation OFXMLElementBuilder
+ elementBuilder
{
	return [[[self alloc] init] autorelease];
}

- init
{
	self = [super init];







|







29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
#import "OFMutableArray.h"

#import "OFMalformedXMLException.h"

#import "macros.h"

@implementation OFXMLElementBuilder
+ (instancetype)elementBuilder
{
	return [[[self alloc] init] autorelease];
}

- init
{
	self = [super init];