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