This is Controller.h in view mode; [Download] [Up]
#import <AppKit/AppKit.h> @interface Controller : NSObject { id theWindow; id theDragView; id texView; NSString *bundlePath; id infoPanel; id formatWindow; id formatScript; NSString *userlib; NSString *usertmp; NSString *savepath; } - (void) focusToTex; - (NSString*) tellMeTheEpsFile; - (void)latexCompile:(id)sender; - (void)save:(id)sender; - (void)load:(id)sender; - (void)showInfoPanel:(id)sender; - (void)showFormatWindow:(id)sender; - (void)RevertFormatWindow:(id)sender; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.