This is Template.h in view mode; [Download] [Up]
#import <appkit/appkit.h> #import "../NEXTVegas/NEXTVegas.h" /************************************************************************************** * Dealer * * * * This is a template for your new dealer object. It is simply a copy of the * * NVDealer class, for the most part. It should give you a good framework... * * * **************************************************************************************/ @interface Template:NVDealer { // Your instance variables... } // Your instance methods... @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.