mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-10 05:59:08 -07:00
10 lines
195 B
C
10 lines
195 B
C
#ifndef _TOTP_SCENES_ENUM_H_
|
|
#define _TOTP_SCENES_ENUM_H_
|
|
typedef enum {
|
|
TotpSceneAuthentication,
|
|
TotpSceneGenerateToken,
|
|
TotpSceneAddNewToken,
|
|
TotpSceneTokenMenu
|
|
} Scene;
|
|
#endif
|