5 #import <UIKit/UIKit.h>
6 #import <Foundation/Foundation.h>
9 #include "ISingleOptionAlertBox.h"
17 namespace NativeAlerts
21 class iOSSingleOptionAlertBox;
28 Eegeo::UI::NativeAlerts::iOS::iOSSingleOptionAlertBox* pBox;
30 - (void)setBox:(Eegeo::UI::NativeAlerts::iOS::iOSSingleOptionAlertBox*) box;
42 namespace NativeAlerts
46 class iOSSingleOptionAlertBox :
public ISingleOptionAlertBox
49 ISingleOptionAlertBoxDismissedHandler& m_handler;
50 UIAlertView * m_alert;
53 iOSSingleOptionAlertBox(
const std::string& title,
54 const std::string& message,
55 ISingleOptionAlertBoxDismissedHandler& handler);
57 virtual ~iOSSingleOptionAlertBox();