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