#ifndef F_PC_METHOD_ITER_H
#define F_PC_METHOD_ITER_H
#include "SComponent/c_list_iter.h"
extern "C" {
void fpcMtdIt_Method(node_list_class *pList, cNdIt_MethodFunc pMethod);
};
#endif