#pragma once #include class BlogParser { public: BlogParser(); std::string ParseText(std::string text); };