ladybird/Userland/Applications/Spreadsheet/Forward.h

22 lines
312 B
C
Raw Normal View History

/*
* Copyright (c) 2020, the SerenityOS developers.
*
* SPDX-License-Identifier: BSD-2-Clause
*/
#pragma once
namespace Spreadsheet {
class ConditionView;
class Sheet;
class SheetGlobalObject;
class Workbook;
class WorkbookObject;
struct Cell;
struct ConditionalFormat;
struct Format;
struct Position;
}