nfc_scene_start.h 118 B

1234567
  1. #pragma once
  2. #include "app_scene.h"
  3. AppScene* nfc_scene_start_alloc();
  4. void nfc_scene_start_free(AppScene* scene);