mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-03 04:49:59 -07:00
10 lines
258 B
C
10 lines
258 B
C
#pragma once
|
|
|
|
#include "nfc_supported_card.h"
|
|
|
|
bool troika_parser_verify(NfcWorker* nfc_worker, FuriHalNfcTxRxContext* tx_rx);
|
|
|
|
bool troika_parser_read(NfcWorker* nfc_worker, FuriHalNfcTxRxContext* tx_rx);
|
|
|
|
bool troika_parser_parse(NfcDeviceData* dev_data);
|