This is Projectionist.h in view mode; [Download] [Up]
/* Generated by Interface Builder */ #import <objc/Object.h> #import "MovieView.h" @interface Projectionist:Object { id movieView; id window; id panel; } -init; -open:sender; -play:sender; -(MovieView *)movieView; -(Window *)window; -(Panel *)panel; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.