Inittial Commit
This commit is contained in:
11
alarmtime.h
Normal file
11
alarmtime.h
Normal file
@ -0,0 +1,11 @@
|
||||
#ifndef ALARMTIME_H
|
||||
#define ALARMTIME_H
|
||||
|
||||
|
||||
class AlarmTime
|
||||
{
|
||||
public:
|
||||
AlarmTime();
|
||||
};
|
||||
|
||||
#endif // ALARMTIME_H
|
Reference in New Issue
Block a user