#ifndef _WDCLABEL_H_
#define _WDCLABEL_H_

#include "guiutil.h"
#include <Xm/Label.h>

@interface WDCLabel: WDCGUIObject
{
}

@end

#endif
