2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-23 18:57:12 +00:00

19 lines
444 B
C
Raw Normal View History

2018-09-06 16:48:01 +03: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
2020-03-26 14:29:27 +04:00
namespace Window {
class SessionController;
2019-07-24 16:00:30 +02:00
} // namespace Main
2018-09-06 16:48:01 +03:00
namespace Settings {
2020-03-26 14:29:27 +04:00
void CodesFeedString(Window::SessionController *window, const QString &text);
2018-09-06 16:48:01 +03:00
} // namespace Settings