home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / SourceCode / Database / SimpleTableView-1 / EditFormatter.h < prev    next >
Encoding:
Text File  |  1993-06-01  |  564 b   |  18 lines

  1. // -------------------------------------------------------------------------------------
  2. //    EditableFormatter.h
  3. //  This software is without warranty of any kind.  Use at your own risk.
  4. // -------------------------------------------------------------------------------------
  5.  
  6. #import <appkit/appkit.h>
  7. #import <dbkit/dbkit.h>
  8.  
  9.  
  10. // -------------------------------------------------------------------------------------
  11. @interface EditFormatter : DBEditableFormatter
  12. {
  13. }
  14.  
  15. // -------------------------------------------------------------------------------------
  16.  
  17. @end
  18.