/* * WizardPalette.h * * Interface declaration of the WizardPalette class for the * WizardPalette palette * * Copyright (c) 2006, by Saso Kiselkov * * For license details please see the file COPYING included with this * source distribution package. */ #import @interface WizardPalette : IBPalette { id wizardPanelView; } @end