2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-05 08:55:59 +00:00
Files
tdesktop/Telegram/SourceFiles/boxes/username_box.h
2022-11-01 19:25:39 +04:00

21 lines
446 B
C++

/*
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
namespace Ui {
class GenericBox;
} // namespace Ui
namespace Main {
class Session;
} // namespace Main
void UsernamesBox(
not_null<Ui::GenericBox*> box,
not_null<Main::Session*> session);