home *** CD-ROM | disk | FTP | other *** search
/ OpenStep (Enterprise) / OpenStepENTCD.toast / OEDEV / DEV.Z / NSTableHeaderCell.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-09-09  |  282 b   |  18 lines

  1. /*
  2.         NSTableHeaderCell.h
  3.         Application Kit
  4.         Copyright (c) 1995-1996, NeXT Software, Inc.
  5.         All rights reserved.
  6. */
  7. #ifndef STRICT_OPENSTEP
  8.  
  9. #import <AppKit/NSTextFieldCell.h>
  10.  
  11. @interface NSTableHeaderCell : NSTextFieldCell
  12. {
  13. }
  14.  
  15. @end
  16.  
  17. #endif STRICT_OPENSTEP
  18.