ftp.nice.ch/Attic/openStep/implementation/gnustep/sources/objcX-0.87.tgz#/objcX-0.87/examples/IconMatrix/Controller.h

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

#endif

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