This is IDatumD.h in view mode; [Download] [Up]
#import <objc/Object.h>
@interface IDatumD:Object
{
char *key;
id data;
}
- initWithKey:(const char *)aKey andData:aDatum;
- (const char *)key;
- (void)setData:aDatum;
- data;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.