WizardKit 0.1
WizardKit.h
1/*
2 * WizardKit.h
3 *
4 * Master header file for the WizardKit framework
5 *
6 * Copyright (c) 2006, by Saso Kiselkov
7 *
8 * For license details please see the file COPYING included with this
9 * source distribution package.
10 */
11
12#ifndef _WIZARD_KIT_H_
13#define _WIZARD_KIT_H_
14
15#import <WizardKit/WKWizardPanel.h>
16
17#endif // _WIZARD_KIT_H_