/
diev
/
stelegramdesktop-tdesktop
Обзор
Документация
Войти
/
diev
/
stelegramdesktop-tdesktop
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
dev
Telegram/SourceFiles/settings/settings_local_passcode.h
18 строк
428 B
23rd
Moved out template classes for local passcode from header.
05 май 2022, 20:31
05 май 2022, 20:31
77d50d9
Код
Авторство
О чём код?
/* 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 #include "settings/settings_type.h" namespace Settings { Type LocalPasscodeCreateId(); Type LocalPasscodeCheckId(); Type LocalPasscodeManageId(); } // namespace Settings