mirror of
https://github.com/RGBCube/serenity
synced 2025-07-05 07:07:34 +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);
|
|
|