mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-11-04 15:20:58 +00:00
13 lines
171 B
C
13 lines
171 B
C
|
|
/*
|
||
|
|
* Copyright (c) 2024, Shannon Booth <shannon@serenityos.org>
|
||
|
|
*
|
||
|
|
* SPDX-License-Identifier: BSD-2-Clause
|
||
|
|
*/
|
||
|
|
|
||
|
|
#pragma once
|
||
|
|
|
||
|
|
namespace URL {
|
||
|
|
class URL;
|
||
|
|
class Parser;
|
||
|
|
}
|