home *** CD-ROM | disk | FTP | other *** search
/ OpenStep (Enterprise) / OpenStepENTCD.toast / OEDEV / DEV.Z / h.template < prev    next >
Encoding:
Text File  |  1996-02-05  |  145 b   |  12 lines

  1. $$
  2. /* $FILENAME$ created by $USERNAME$ on $DATE$ */
  3.  
  4. #import <Foundation/Foundation.h>
  5.  
  6. @interface $FILENAMESANSEXTENSION$ : NSObject
  7. {
  8.  
  9. }
  10.  
  11. @end
  12.