This is HashList.h in view mode; [Download] [Up]
// HashList.h #import <objc/HashTable.h> #import <libc.h> #import <objc/List.h> #import "Item.h" @interface HashList:List { @public HashTable *nameHash; } + new; - insertObject:anObject at:(unsigned)index; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.