2022-05-03 23:50:54 +00: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
|
|
|
|
|
2022-05-05 17:27:16 +00:00
|
|
|
#include "settings/settings_type.h"
|
2022-05-03 23:50:54 +00:00
|
|
|
|
|
|
|
namespace Settings {
|
|
|
|
|
2022-05-05 17:27:16 +00:00
|
|
|
Type LocalPasscodeCreateId();
|
|
|
|
Type LocalPasscodeCheckId();
|
|
|
|
Type LocalPasscodeManageId();
|
2022-05-04 20:03:42 +00:00
|
|
|
|
2022-05-03 23:50:54 +00:00
|
|
|
} // namespace Settings
|
|
|
|
|