home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / Rhapsody / Graphics / Morph-2.0a / h.template < prev    next >
Encoding:
Text File  |  1997-06-13  |  174 b   |  15 lines

  1. // $FILENAME$ 
  2. //
  3. // created by Martin Wennerberg on $DATE$
  4. //
  5. // when        who    modification
  6.  
  7. #import <AppKit/AppKit.h>
  8.  
  9. @interface $FILENAMESANSEXTENSION$ : NSObject
  10. {
  11.  
  12. }
  13.  
  14. @end
  15.