ObjFW  Diff

Differences From Artifact [429d954c17]:

To Artifact [7dc73c5a43]:


16
17
18
19
20
21
22
23
24
25

#import "OFMutableSet.h"

@class OFMapTable;

@interface OFMutableSet_hashtable: OFMutableSet
{
	OFMapTable *mapTable;
}
@end







|


16
17
18
19
20
21
22
23
24
25

#import "OFMutableSet.h"

@class OFMapTable;

@interface OFMutableSet_hashtable: OFMutableSet
{
	OFMapTable *_mapTable;
}
@end