ftp.nice.ch/pub/next/graphics/movie/ShowAnim.s.tar.gz#/SAnim/ShowAnimApp.h

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

#import <appkit/appkit.h>
#import "AnimView.h"

@interface ShowAnimApp : Application
{
    id infoPanel;		/* the Info... panel */
    id ControlPanel;
    id animView;
}


/* Target/Action methods */

- info:sender;
- open:sender;

/* Application delegate methods */

- appDidInit:(Application *)sender;
- (int)app:sender openFile:(const char *)path type:(const char *)type;
- (BOOL)appAcceptsAnotherFile:(Application *)sender;

@end

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