This is WebsterSpaceView.h in view mode; [Download] [Up]
#import "BackView.h" #import <sys/types.h> #import <sys/dir.h> #import <stdio.h> #import <string.h> @interface WebsterSpaceView:BackView { NXPoint deltaCoord; unsigned steptime; float delta; enum {FV_FadeIn, FV_FadeOut, FV_Move} state; DIR *dp; struct direct *dir; char *files[1024]; int i; BOOL toggle; id myImage; char buf[1024]; id theView; id theText; id websterInspector; } - oneStep; - initFrame:(NXRect *) frameRect; - inspector:sender; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.