#ifndef SETIDPOPUP_H #define SETIDPOPUP_H #include namespace gd { class TextInputDelegate; class GDH_DLL SetIDPopup : public FLAlertLayer, public TextInputDelegate { // todo }; } #endif