Files
Upsilon/apps/shared/discard_pop_up_controller.h
Hugo Saint-Vignes bd23135198 [apps/shared] Add Discard confirmation pop-up
Change-Id: Ida3878894090ecfa99145618b8e1ff0bbcb4743a
2020-11-04 15:33:04 +01:00

16 lines
275 B
C++

#ifndef SHARED_DISCARD_POP_UP_CONTROLLER_H
#define SHARED_DISCARD_POP_UP_CONTROLLER_H
#include <escher/pop_up_controller.h>
namespace Shared {
class DiscardPopUpController : public PopUpController {
public:
DiscardPopUpController(Invocation OkInvocation);
};
}
#endif