ftp.nice.ch/pub/next/developer/resources/classes/BrowseableCell.s.tar.gz#/BrowseableCell/BrowsableObject.h

This is BrowsableObject.h in view mode; [Download] [Up]

#import <objc/Object.h>

@interface BrowsableObject:Object
{
    char *name;			/* The default character string */
}

+ newName: (const char *) newname;
- (const char *) stringValue;
- setStringValue: (const char *) newname;

@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.