12 lines
101 B
C++
12 lines
101 B
C++
#ifndef CONTENT_H
|
|
#define CONTENT_H
|
|
|
|
|
|
class Content
|
|
{
|
|
public:
|
|
Content();
|
|
};
|
|
|
|
#endif // CONTENT_H
|