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

#ifndef _WDCLISTOF_H_
#define _WDCLISTOF_H_

#include "llistobj.h"

@interface WDCLListOfStarItemAssocValues : WDCLListOfObject

- getStarItemAssocValues;
- setStarItemAssocValues: starItemAssocValues;
- addStarItemAssocValues: starItemAssocValues;

@end

#endif




