mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-19 19:31:50 +03:00
10 lines
170 B
C
10 lines
170 B
C
#pragma once
|
|
|
|
typedef enum {
|
|
TotpSceneAuthentication,
|
|
TotpSceneGenerateToken,
|
|
TotpSceneAddNewToken,
|
|
TotpSceneTokenMenu,
|
|
TotpSceneAppSettings
|
|
} Scene;
|