This is EpsViewer.h in view mode; [Download] [Up]
#import <appkit/Application.h> #import <appkit/graphics.h> #import <dpsclient/dpsclient.h> #import <appkit/Window.h> @interface EpsViewer:Application { id theNewWin; } - windowCreate:(NXCoord)width Height:(NXCoord)height; - (NXRect *)nextRectForWidth:(NXCoord)width Height:(NXCoord)height; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.