lfrfid_debug_app_scene_tune.h 314 B

123456789
  1. #pragma once
  2. #include "../lfrfid_debug_app.h"
  3. class LfRfidDebugAppSceneTune : public GenericScene<LfRfidDebugApp> {
  4. public:
  5. void on_enter(LfRfidDebugApp* app, bool need_restore) final;
  6. bool on_event(LfRfidDebugApp* app, LfRfidDebugApp::Event* event) final;
  7. void on_exit(LfRfidDebugApp* app) final;
  8. };