mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-12 18:06:56 +02:00
8 lines
117 B
C
8 lines
117 B
C
#pragma once
|
|
|
|
#include <AK/Retained.h>
|
|
#include <LibHTML/Document.h>
|
|
|
|
Retained<Document> parse(const String& html);
|
|
|