mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-19 11:21:39 +03: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);
|