ftp.nice.ch/pub/next/connectivity/news/NewsBase.3.02.s.tar.gz#/NewsBase302.source/NNTP/IDatumD.h

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.