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