ftp.nice.ch/pub/next/developer/resources/classes/misckit/MiscKit.1.10.0.s.gnutar.gz#/MiscKit/Examples/IconTester/IconController.h

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

//#import <eointerface/eointerface.h>
#import <misckit/misckit.h>

@interface IconController:Object
{
    id	button;
	MiscAppIconAnimator	*animator;
}

//** designated initializer
- init;
- free;

- animate:sender;
- stopAnimate:sender;
- save:sender;
- load:sender;

@end

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