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