ObjFW  Diff

Differences From Artifact [f3fb841536]:

To Artifact [9946a99cd2]:


16
17
18
19
20
21
22
23

24
25
16
17
18
19
20
21
22

23
24
25







-
+



#import "OFCountedSet.h"

@class OFMapTable;

@interface OFCountedSet_hashtable: OFCountedSet
{
	OFMapTable *mapTable;
	OFMapTable *_mapTable;
}
@end