mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-12 12:58:36 -07:00
9 lines
269 B
C
9 lines
269 B
C
#pragma once
|
|
|
|
#include "nfc_supported_card.h"
|
|
|
|
bool all_in_one_parser_verify(NfcWorker* nfc_worker, FuriHalNfcTxRxContext* tx_rx);
|
|
|
|
bool all_in_one_parser_read(NfcWorker* nfc_worker, FuriHalNfcTxRxContext* tx_rx);
|
|
|
|
bool all_in_one_parser_parse(NfcDeviceData* dev_data); |