mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-19 01:03:22 +00:00
8 lines
130 B
C
8 lines
130 B
C
|
#pragma once
|
||
|
|
||
|
#include "app_scene.h"
|
||
|
|
||
|
AppScene* nfc_scene_emulate_uid_alloc();
|
||
|
|
||
|
void nfc_scene_emulate_uid_free(AppScene* scene);
|