Added dummy Data class for statistics.

This commit is contained in:
23rd
2023-04-26 23:26:30 +03:00
committed by John Preston
parent c45025c6e5
commit ca863bfb5b
3 changed files with 123 additions and 0 deletions
@@ -0,0 +1,14 @@
/*
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
*/
#include "data/data_statistics.h"
namespace Data {
namespace {
} // namespace
} // namespace Data