miscellaneous/popup_template/orpopup_template_popup.h
#ifndef __ORPOPUP_TEMPLATE_POPUP_H__
#define __ORPOPUP_TEMPLATE_POPUP_H__
class ORPopup_Template : public FBPopup
{
public:
ORPopup_Template();
public:
void UICreate ();
void UIConfigure ();
private:
FBButton mButtonClose;
};
#endif