#ifndef COMPONENTS_SPELLCHECK_COMMON_SPELLCHECK_MOJOM_FORWARD_H_
#define COMPONENTS_SPELLCHECK_COMMON_SPELLCHECK_MOJOM_FORWARD_H_
#include <stdint.h>
#include "mojo/public/cpp/bindings/struct_forward.h"
#include "mojo/public/cpp/bindings/deprecated_interface_types_forward.h"
#include "mojo/public/interfaces/bindings/native_struct.mojom-forward.h"
namespace spellcheck::mojom {
class SpellCheckBDictLanguageDataView;
class SpellCheckResultDataView;
enum class Decoration : int32_t;
class SpellCheckBDictLanguage;
SpellCheckBDictLanguagePtr;
class SpellCheckResult;
SpellCheckResultPtr;
class SpellChecker;
class SpellCheckInitializationHost;
class SpellCheckHost;
}
#endif