mirror of
https://github.com/RGBCube/serenity
synced 2025-10-14 02:12:06 +00:00
7 lines
121 B
C
7 lines
121 B
C
#pragma once
|
|
|
|
#include <AK/Retained.h>
|
|
#include <LibHTML/DOM/Document.h>
|
|
|
|
Retained<Document> parse(const String& html);
|
|
|