home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Programming / Classes / 2.0_HotShape / beta / SmallCell.h < prev    next >
Encoding:
Text File  |  1992-07-23  |  478 b   |  17 lines

  1. // SmallCell.h
  2. // By Charles G. Fleming, Educational Computing Services, Allegheny College.
  3. // Copyright 1992 Allegheny College
  4. // You may freely copy, distribute and reuse this code. 
  5. // Allegheny College and the author disclaim any warranty of any kind, 
  6. // expressed or implied, as to its fitness for any particular use.
  7. // This work was partially supported by a grant from the Vira Heinz Endowment.
  8.  
  9. #import <appkit/ActionCell.h>
  10.  
  11. @interface SmallCell:ActionCell
  12. {
  13. }
  14.  
  15.  
  16. @end
  17.