mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-28 07:20:29 +00:00
8 lines
126 B
C
8 lines
126 B
C
|
#pragma once
|
||
|
|
||
|
#include "app_scene.h"
|
||
|
|
||
|
AppScene* nfc_scene_read_card_alloc();
|
||
|
|
||
|
void nfc_scene_read_card_free(AppScene* scene);
|