#ifndef TIME_LABEL_H #define TIME_LABEL_H class TimeLabel { private: /* data */ public: TimeLabel(/* args */); ~TimeLabel(); }; #endif // TIME_LABEL_H