ObjFW  Diff

Differences From Artifact [7b05c7a3ed]:

To Artifact [95d00013c4]:


196
197
198
199
200
201
202
203


204
205
196
197
198
199
200
201
202

203
204
205
206







-
+
+


- (void)XMLElementBuilderTests;
@end

@interface TestsAppDelegate (OFXMLNodeTests)
- (void)XMLNodeTests;
@end

@interface TestsAppDelegate (OFXMLParserTests) <OFXMLElementBuilderDelegate>
@interface TestsAppDelegate (OFXMLParserTests)
    <OFXMLParserDelegate, OFXMLElementBuilderDelegate>
- (void)XMLParserTests;
@end