This is RApplication.h in view mode; [Download] [Up]
/***** RApplication.h -- recording Application object interface NeXTstep Measurement Kit by Alex Meyer <ameyer@phoenix.Princeton.EDU> for computer science senior thesis 16 April 1992 -- created 21 April 1992 -- made consistent by importing TranscriptLinker *****/ #import "TranscriptLinker.h" #import <appkit/Application.h> @interface RApplication : Application { id linker; } @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.