
// ////////////////////////////////////////////////////////
// Copyright (1994) Columbia University
// Department of Biochemistry and Molecular Biophysics
//
// Author: Weider Chang, Ph.D
// ///////////////////////////////////////////////////////

#ifndef _WDCLLISTDICTIONARY_H_
#define _WDCLLISTDICTIONARY_H_

#include "llistobj.h"

@interface WDCLListOfDictionary : WDCLListOfObject
{
}

@end

#endif


