ladybird/Userland/Services/WebContent/Forward.h

16 lines
224 B
C
Raw Normal View History

/*
* Copyright (c) 2020, Andreas Kling <kling@serenityos.org>
*
* SPDX-License-Identifier: BSD-2-Clause
*/
#pragma once
namespace WebContent {
class ClientConnection;
class PageHost;
class WebContentConsoleClient;
}