ObjFW  Diff

Differences From Artifact [81f42e9cea]:

To Artifact [764c37fc25]:


17
18
19
20
21
22
23
24
25
26
17
18
19
20
21
22
23

24
25







-


#import "OFCountedSet.h"

@class OFMutableDictionary_hashtable;

@interface OFCountedSet_hashtable: OFCountedSet
{
	OFMutableDictionary_hashtable *dictionary;
	unsigned long mutations;
}
@end