Inittial Commit

This commit is contained in:
IMback
2017-11-02 17:20:52 +01:00
commit 88ef0be4a2
20 changed files with 294 additions and 0 deletions

11
alarmtime.h Normal file
View File

@ -0,0 +1,11 @@
#ifndef ALARMTIME_H
#define ALARMTIME_H
class AlarmTime
{
public:
AlarmTime();
};
#endif // ALARMTIME_H