/* This file is part of Telegram Desktop, the official desktop application for the Telegram messaging service. For license and copyright information please follow this link: https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL */ #pragma once #import namespace Main { class Domain; } // namespace Main namespace Window { class Controller; } // namespace Window namespace Ui { struct MarkdownEnabledState; } // namespace Ui API_AVAILABLE(macos(10.12.2)) @interface RootTouchBar : NSTouchBar - (id)init:(rpl::producer)markdownState controller:(not_null)controller domain:(not_null)domain; @end