#ifndef CONTENT_H
#define CONTENT_H


class Content
{
public:
    Content();
};

#endif // CONTENT_H