home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Examples / Foundation / MultiThreadedDO / h.template next >
Text File  |  1996-04-12  |  145b  |  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.