ObjFW  Diff

Differences From Artifact [6ddbf6ab86]:

To Artifact [0155b17e2f]:


87
88
89
90
91
92
93
94

95
96
87
88
89
90
91
92
93

94
95
96







-
+


}
@end

@implementation OFDictionary (OFEnumerator)
- (OFEnumerator*)enumerator
{
	return [[[OFEnumerator alloc] initWithData: data
					    size: size] autorelease];
					      size: size] autorelease];
}
@end