This is StarCoord.h in view mode; [Download] [Up]
/* StarCoord.h	Copyright 1992 Steve Ludtke  All Rights Reserved */
#import <objc/Object.h>
#import "gopher.h"
extern float frand(float lo, float hi);
@interface StarCoord:Object
{
    id                  object;	/* points back to the GopherObj */
}
/* required methods */
    - start:(Root *) top :Pobject :(char *)path;
    -setCoord:(Branch *) branch;
    -preferences:sender;
    -(char *)help:window :browser;
    @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.