Differences From Artifact [3842e437d1]:
- File src/OFDictionary_hashtable.h — part of check-in [813c00ccf0] at 2013-01-09 22:24:47 on branch trunk — Update copyright. (user: js, size: 753) [annotate] [blame] [check-ins using]
To Artifact [9ac7ec716c]:
- File src/OFDictionary_hashtable.h — part of check-in [e40729d406] at 2013-02-12 18:22:15 on branch trunk — Prefix all ivars with an underscore. (user: js, size: 754) [annotate] [blame] [check-ins using]
| ︙ | |||
17 18 19 20 21 22 23 | 17 18 19 20 21 22 23 24 25 26 27 28 | - + |
#import "OFDictionary.h"
@class OFMapTable;
@class OFMapTableEnumerator;
@interface OFDictionary_hashtable: OFDictionary
{
|