#pragma once #include "portage-models.h" #include #include // IWYU pragma: no_include namespace Portage::Utils { class News : AdHoc::Lexer { private: News(); public: Gentoo::NewsItemPtr news; static Gentoo::NewsItemPtr parse(const std::basic_string_view &); }; }