home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / SourceCode / MiscKit1.2.6 / Palettes / MiscValueFieldPalette / MiscValueFieldPalette.h < prev    next >
Encoding:
Text File  |  1994-02-21  |  634 b   |  21 lines

  1. //
  2. //    MiscValueFieldPalette.h -- an IBPalette that presents a MiscValueField
  3. //       Written by David Fedchenko. Copyright 1994 by David Fedchenko.
  4. //                    Version 1.0  All rights reserved.
  5. //
  6. //        This notice may not be removed from this source code.
  7. //
  8. //    This object is included in the MiscKit by permission from the author
  9. //    and its use is governed by the MiscKit license, found in the file
  10. //    "LICENSE.rtf" in the MiscKit distribution.  Please refer to that file
  11. //    for a list of all applicable permissions and restrictions.
  12. //    
  13.  
  14. #import <apps/InterfaceBuilder.h>
  15.  
  16. @interface MiscValueFieldPalette:IBPalette
  17.     {
  18.     }
  19.  
  20. @end
  21.