mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-27 23:10:22 +00:00
9 lines
No EOL
257 B
C++
9 lines
No EOL
257 B
C++
#pragma once
|
|
#include "ibutton-scene-generic.h"
|
|
|
|
class iButtonSceneSelectKey : public iButtonScene {
|
|
public:
|
|
void on_enter(iButtonApp* app) final;
|
|
bool on_event(iButtonApp* app, iButtonEvent* event) final;
|
|
void on_exit(iButtonApp* app) final;
|
|
}; |