10 lines
267 B
C
10 lines
267 B
C
|
#pragma once
|
||
|
|
||
|
#include "nfc_supported_card.h"
|
||
|
|
||
|
bool troika_4k_parser_verify(NfcWorker* nfc_worker, FuriHalNfcTxRxContext* tx_rx);
|
||
|
|
||
|
bool troika_4k_parser_read(NfcWorker* nfc_worker, FuriHalNfcTxRxContext* tx_rx);
|
||
|
|
||
|
bool troika_4k_parser_parse(NfcDeviceData* dev_data);
|