/* 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 template class object_ptr; class DocumentData; namespace Ui { class RpWidget; } // namespace Ui namespace UserpicBuilder { template struct BothWayCommunication; [[nodiscard]] object_ptr CreateGradientEditor( not_null parent, DocumentData *document, std::vector startColors, BothWayCommunication> communication); } // namespace UserpicBuilder