Differences From Artifact [0af0d9f3a8]:
- File src/OFMutableSet_hashtable.h — part of check-in [ce70e17b38] at 2012-01-05 00:56:18 on branch trunk — Update copyright. (user: js, size: 745) [annotate] [blame] [check-ins using]
To Artifact [ee1ba34d52]:
- File src/OFMutableSet_hashtable.h — part of check-in [a40ccfa7cf] at 2012-11-02 21:19:41 on branch trunk — Remove a useless ivar. (user: js, size: 719) [annotate] [blame] [check-ins using]
| ︙ | |||
17 18 19 20 21 22 23 | 17 18 19 20 21 22 23 24 25 | - |
#import "OFMutableSet.h"
@class OFMutableDictionary_hashtable;
@interface OFMutableSet_hashtable: OFMutableSet
{
OFMutableDictionary_hashtable *dictionary;
|