2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-25 11:47:29 +00:00
tdesktop/Telegram/SourceFiles/boxes/peers/edit_contact_box.h

22 lines
487 B
C
Raw Normal View History

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