This is XMovieDocument.h in view mode; [Download] [Up]
#import "Document.h"
#import "MovieView.h"
@interface XMovieDocument : Document
{
IBOutlet MovieView *display;
}
+ (NSSet *) readableFileTypes;
- initWithContentsOfFile:(NSString *)file;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.