home *** CD-ROM | disk | FTP | other *** search
- // -------------------------------------------------------------------------------------
- // EditableFormatter.h
- // This software is without warranty of any kind. Use at your own risk.
- // -------------------------------------------------------------------------------------
-
- #import <appkit/appkit.h>
- #import <dbkit/dbkit.h>
-
-
- // -------------------------------------------------------------------------------------
- @interface EditFormatter : DBEditableFormatter
- {
- }
-
- // -------------------------------------------------------------------------------------
-
- @end
-