ftp.nice.ch/pub/next/developer/objc/appkit/BackBounce.s.tar.gz#/BackBounce/BackApp.h

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

#import <appkit/Application.h>

@interface BackApp: 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.