phone_banned_box.h 443 B

1234567891011121314151617181920
  1. /*
  2. This file is part of Telegram Desktop,
  3. the official desktop application for the Telegram messaging service.
  4. For license and copyright information please follow this link:
  5. https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
  6. */
  7. #pragma once
  8. namespace Window {
  9. class Controller;
  10. } // namespace Window
  11. namespace Ui {
  12. void ShowPhoneBannedError(
  13. not_null<Window::Controller*> controller,
  14. const QString &phone);
  15. } // namespace Ui