ftp.nice.ch/Attic/openStep/developer/resources/MiscKit.2.0.5.s.gnutar.gz#/MiscKit2/Tests/TestMMA/AppController.h

This is AppController.h in view mode; [Download] [Up]

#import <AppKit/AppKit.h>

@class MiscMMAProcessor;

@interface AppController:NSObject
{
	id resultTextView;
	id expressionTextfield;
	id mmaView;
	id statusTextfield;

	MiscMMAProcessor *mmaProcessor;
}

- (void)evaluate:(id)sender;

@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.