mirror of
https://github.com/RGBCube/serenity
synced 2025-05-26 03:25:07 +00:00
7 lines
131 B
C
7 lines
131 B
C
#pragma once
|
|
|
|
#include <AK/NonnullRefPtr.h>
|
|
#include <LibHTML/DOM/Document.h>
|
|
|
|
NonnullRefPtr<Document> parse_html(const String&);
|
|
|