home *** CD-ROM | disk | FTP | other *** search
/ Giga Games 1 / Giga Games.iso / net / go / prog / nextgo23.taz / nextgo23 / NeXTGo / ClickCell.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-02-09  |  107 b   |  11 lines

  1. #include "comment.header"
  2.  
  3. #import <appkit/TextFieldCell.h>
  4.  
  5. @interface ClickCell:TextFieldCell
  6. {
  7. }
  8.  
  9.  
  10. @end
  11.