Files
Momentum-Firmware/applications/plugins/totp/scenes/totp_scenes_enum.h
RogueMaster 43b62bd2a5 TOTP
2022-09-28 16:43:02 -04:00

10 lines
195 B
C

#ifndef _TOTP_SCENES_ENUM_H_
#define _TOTP_SCENES_ENUM_H_
typedef enum {
TotpSceneAuthentication,
TotpSceneGenerateToken,
TotpSceneAddNewToken,
TotpSceneTokenMenu
} Scene;
#endif