Files
Upsilon/apps/exam_pop_up_controller_delegate.h
Léa Saviot f0532b7f97 [apps] Dismiss the Exam mode before connecting the calculator.
Change-Id: If9754841aaa17c677a451387c8c7ec43926890da
2018-04-10 11:30:15 +02:00

11 lines
206 B
C++

#ifndef APPS_EXAM_POP_UP_CONTROLLER_DELEGATE_H
#define APPS_EXAM_POP_UP_CONTROLLER_DELEGATE_H
class ExamPopUpControllerDelegate {
public:
virtual void examDeactivatingPopUpIsDismissed() = 0;
};
#endif