/* * Copyright (c) 2020, Andreas Kling * * SPDX-License-Identifier: BSD-2-Clause */ #pragma once #include #include #include #include namespace GUI { class EmojiInputDialog final : public Dialog { C_OBJECT(EmojiInputDialog); struct Emoji { u32 code_point { 0 }; RefPtr