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