This is Controller.h in view mode; [Download] [Up]
#ifndef _CONTROLLER_
#define _CONTROLLER_
#include "objc/Object.h"
@interface Controller:Object
{
id form;
id matrix;
}
- matrixClicked:sender;
@end
#endifThese are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.