edit_contact_box.h 501 B

123456789101112131415161718192021
  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. #include "ui/layers/generic_box.h"
  9. class UserData;
  10. namespace Window {
  11. class SessionController;
  12. } // namespace Window
  13. void EditContactBox(
  14. not_null<Ui::GenericBox*> box,
  15. not_null<Window::SessionController*> window,
  16. not_null<UserData*> user);