NFC: Add missing API imports

This commit is contained in:
Willy-JL
2025-04-13 03:23:51 +01:00
parent a7d5c2b56b
commit 7fcf254733
4 changed files with 76 additions and 14 deletions

View File

@@ -5,5 +5,13 @@ typedef enum {
NfcSceneReadMenuStateCardFound,
} NfcSceneUnlockReadState;
#ifdef __cplusplus
extern "C" {
#endif
void nfc_unlock_helper_setup_from_state(NfcApp* instance);
void nfc_unlock_helper_card_detected_handler(NfcApp* instance);
#ifdef __cplusplus
}
#endif