mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-19 11:21:39 +03:00
7 lines
243 B
C
7 lines
243 B
C
#pragma once
|
|
|
|
#include <dialogs/dialogs.h>
|
|
#include "../types/plugin_state.h"
|
|
|
|
DialogMessageButton totp_dialogs_config_loading_error(PluginState* plugin_state);
|
|
DialogMessageButton totp_dialogs_config_updating_error(PluginState* plugin_state); |