2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-05 08:55:59 +00:00
Files
tdesktop/Telegram/SourceFiles/statistics/statistics_box.h
2023-10-11 22:12:28 +04:00

17 lines
400 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
class PeerData;
namespace Ui {
class GenericBox;
} // namespace Ui
void StatisticsBox(not_null<Ui::GenericBox*> box, not_null<PeerData*> peer);