#ifndef MXCONTROLPRESENTER_H #define MXCONTROLPRESENTER_H class MxControlPresenter { public: const char* GetClassName(); }; #endif // MXCONTROLPRESENTER_H