#ifndef _WDCFRAME_H_
#define _WDCFRAME_H_

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

@interface WDCFrame :WDCGUIObject
{
}

@end

#endif
