mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 07:07:23 +00: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);
|
|
|