ladybird/Userland/Services/ImageDecoder/Forward.h

15 lines
193 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;
}