#ifndef ALARMTIME_H #define ALARMTIME_H class AlarmTime { public: AlarmTime(); }; #endif // ALARMTIME_H