flipperzero-firmware/applications/lfrfid_debug/scene/lfrfid_debug_app_scene_tune.h

9 lines
313 B
C
Raw Normal View History

#pragma once
#include "../lfrfid_debug_app.h"
class LfRfidDebugAppSceneTune : public GenericScene<LfRfidDebugApp> {
public:
void on_enter(LfRfidDebugApp* app, bool need_restore) final;
bool on_event(LfRfidDebugApp* app, LfRfidDebugApp::Event* event) final;
void on_exit(LfRfidDebugApp* app) final;
};