mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-11-02 06:10:58 +00:00
14 lines
166 B
C
14 lines
166 B
C
|
|
/*
|
||
|
|
* Copyright (c) 2022, The SerenityOS developers
|
||
|
|
*
|
||
|
|
* SPDX-License-Identifier: BSD-2-Clause
|
||
|
|
*/
|
||
|
|
|
||
|
|
#pragma once
|
||
|
|
|
||
|
|
namespace WebView {
|
||
|
|
|
||
|
|
class OutOfProcessWebView;
|
||
|
|
|
||
|
|
}
|