#ifndef NULLSOFT_ML_WIRE_IFC_ARTICLE_H
#define NULLSOFT_ML_WIRE_IFC_ARTICLE_H

#include <bfc/dispatch.h>

class ifc_article
{
protected:
	ifc_article() {}
	~ifc_article() {}
public:

};

#endif