Files
AyuGramDesktop/Telegram/SourceFiles/settings/sections/settings_local_passcode.h
T
2026-01-28 11:55:19 +04:00

24 lines
528 B
C++

/*
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_common.h"
namespace Settings {
Type LocalPasscodeCreateId();
Type LocalPasscodeCheckId();
Type LocalPasscodeManageId();
namespace Builder {
extern SectionBuildMethod LocalPasscodeManageSection;
} // namespace Builder
} // namespace Settings