exam_pop_up_controller_delegate.h 206 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 #ifndef APPS_EXAM_POP_UP_CONTROLLER_DELEGATE_H #define APPS_EXAM_POP_UP_CONTROLLER_DELEGATE_H class ExamPopUpControllerDelegate { public: virtual void examDeactivatingPopUpIsDismissed() = 0; }; #endif