mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 04:34:43 +04:00
9 lines
144 B
C
9 lines
144 B
C
#pragma once
|
|
|
|
typedef enum {
|
|
TotpSceneAuthentication,
|
|
TotpSceneGenerateToken,
|
|
TotpSceneAddNewToken,
|
|
TotpSceneTokenMenu
|
|
} Scene;
|