This is Messages.h in view mode; [Download] [Up]
// Messages.h // Project: Cribbage // Stephan Wacker // 93-06-20 #import <appkit/appkit.h> @interface Messages: Object { id text; } + message: (const char *) message; - init; - message: (const char *) message; - window; @end // Messages
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.