2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-23 10:47:11 +00:00

21 lines
446 B
C
Raw Normal View History

2014-10-22 22:39:03 +04:00
/*
This file is part of Telegram Desktop,
the official desktop application for the Telegram messaging service.
2014-10-22 22:39:03 +04:00
For license and copyright information please follow this link:
https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
2014-10-22 22:39:03 +04:00
*/
#pragma once
namespace Ui {
2022-10-11 21:10:15 +03:00
class GenericBox;
} // namespace Ui
2019-08-06 17:40:08 +01:00
namespace Main {
class Session;
} // namespace Main
2022-10-11 21:10:15 +03:00
void UsernamesBox(
not_null<Ui::GenericBox*> box,
not_null<Main::Session*> session);