mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-28 20:29:42 +00:00
8 lines
121 B
C
8 lines
121 B
C
#pragma once
|
|
|
|
#include <AK/Retained.h>
|
|
#include <LibHTML/DOM/Document.h>
|
|
|
|
Retained<Document> parse(const String& html);
|
|
|