#ifndef CUSTOMUI_H #define CUSTOMUI_H #include "CustomUI_global.h" class CUSTOMUISHARED_EXPORT CustomUI { public: CustomUI(); }; #endif // CUSTOMUI_H