Forward.h 216 B

123456789101112131415
  1. /*
  2. * Copyright (c) 2022, The SerenityOS developers
  3. *
  4. * SPDX-License-Identifier: BSD-2-Clause
  5. */
  6. #pragma once
  7. namespace WebView {
  8. class OutOfProcessWebView;
  9. class ViewImplementation;
  10. class WebContentClient;
  11. }