12 lines
91 B
C
12 lines
91 B
C
![]() |
#ifndef STAMP_H
|
||
|
#define STAMP_H
|
||
|
|
||
|
|
||
|
class Stamp
|
||
|
{
|
||
|
public:
|
||
|
Stamp();
|
||
|
};
|
||
|
|
||
|
#endif // STAMP_H
|