home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / SourceCode / MiscKit1.2.6 / Palettes / MiscColorWells / MiscColorWells.h < prev    next >
Encoding:
Text File  |  1994-01-24  |  609 b   |  22 lines

  1. //
  2. //    MiscColorWells.h -- palette
  3. //        Written by Morgan D. Wise (c) 1994 by Morgan D. Wise.
  4. //        Adapted for MiscKit inclusion by Don Yacktman.
  5. //                Version 0.1.  All rights reserved.
  6. //
  7. //        This notice may not be removed from this source code.
  8. //
  9. //    This object is included in the MiscKit by permission from the author
  10. //    and its use is governed by the MiscKit license, found in the file
  11. //    "LICENSE.rtf" in the MiscKit distribution.  Please refer to that file
  12. //    for a list of all applicable permissions and restrictions.
  13. //
  14.  
  15. #import <apps/InterfaceBuilder.h>
  16.  
  17. @interface MiscColorWells:IBPalette
  18. {
  19. }
  20.  
  21. @end
  22.