mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-24 13:33:06 +00:00
8 lines
136 B
C
8 lines
136 B
C
|
#pragma once
|
||
|
|
||
|
#include "app_scene.h"
|
||
|
|
||
|
AppScene* nfc_scene_debug_read_emv_alloc();
|
||
|
|
||
|
void nfc_scene_debug_read_emv_free(AppScene* scene);
|