#ifndef UICLASS_H #define UICLASS_H #include class UIClass { public: void handleEvents(); }; #endif // UICLASS_H