blob: 0784c0ecdaad9ecca11672090749ce6b76d40a5f [file] [log] [blame]
#ifndef _EXTRA_PARTS_VIEWS_H_
#define _EXTRA_PARTS_VIEWS_H_
#include "parts-test-extra-parts.h"
class ExtraPartsViews : public ExtraParts {
public:
ExtraPartsViews ();
virtual ~ExtraPartsViews ();
virtual void ToolkitInitialized ();
};
#endif /* _EXTRA_PARTS_VIEWS_H_ */