tdesktop/Telegram/SourceFiles/boxes/peers/edit_contact_box.h

22 lines
487 B
C
Raw Normal View History

2019-06-12 14:13:49 +00:00
/*
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
2019-09-18 11:19:05 +00:00
#include "ui/layers/generic_box.h"
2019-06-12 14:13:49 +00:00
class UserData;
namespace Window {
class Controller;
} // namespace Window
void EditContactBox(
2019-09-18 11:19:05 +00:00
not_null<Ui::GenericBox*> box,
2019-06-12 14:13:49 +00:00
not_null<Window::Controller*> window,
not_null<UserData*> user);