2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-25 20:07:13 +00:00

22 lines
501 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 SessionController;
2019-06-12 16:13:49 +02:00
} // namespace Window
void EditContactBox(
2019-09-18 14:19:05 +03:00
not_null<Ui::GenericBox*> box,
not_null<Window::SessionController*> window,
2019-06-12 16:13:49 +02:00
not_null<UserData*> user);