This is HipsApp.h in view mode; [Download] [Up]
/** ** ** INTERFACE SECTION ** **/ #include <stdio.h> #include <string.h> #import <objc/Object.h> #import <appkit/Application.h> #import <appkit/OpenPanel.h> #import <appkit/Menu.h> #import <appkit/Panel.h> #import <appkit/Button.h> #import <appkit/Font.h> #import <appkit/Text.h> @interface Myapp : Application { } +new; -(BOOL)appAcceptsAnotherFile:sender; -openfile:sender; -info:sender; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.