ftp.nice.ch/pub/next/graphics/apps/IconBounce.s.tar.gz#/IconBounce/IconApp.h

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

#import <appkit/Application.h>

@interface IconApp: Application
{
  id iconView;
  id speedSlider;			// holds the speed of the Animator.
}

+ new;				// create the new application, and make us its delegate.
- setIconView:anObject;
- appDidInit:sender;		// set up in the icon, and set the timing.
- terminate:sender;		// store the defaults, and go away.
- setSpeedSlider:anObject;

@end

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