TimeLabel.h 164 Bytes
Newer Older
Matteo's avatar
update  
Matteo committed
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef TIME_LABEL_H
#define TIME_LABEL_H

class TimeLabel
{
private:
    /* data */
public:
    TimeLabel(/* args */);
    ~TimeLabel();
};

#endif // TIME_LABEL_H