ObjFW  Diff

Differences From Artifact [34e5a244ab]:

To Artifact [d73a03ff14]:


26
27
28
29
30
31
32
33
34
35
36
37
38

- (id)nextObject
{
	@throw [OFNotImplementedException newWithClass: isa
					      selector: _cmd];
}

- reset
{
	@throw [OFNotImplementedException newWithClass: isa
					      selector: _cmd];
}
@end







|





26
27
28
29
30
31
32
33
34
35
36
37
38

- (id)nextObject
{
	@throw [OFNotImplementedException newWithClass: isa
					      selector: _cmd];
}

- (void)reset
{
	@throw [OFNotImplementedException newWithClass: isa
					      selector: _cmd];
}
@end