mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 04:34:43 +04:00
9 lines
293 B
C
9 lines
293 B
C
#pragma once
|
|
|
|
#include "nfc_supported_card.h"
|
|
|
|
bool social_card_moscow_parser_verify(NfcWorker* nfc_worker, FuriHalNfcTxRxContext* tx_rx);
|
|
|
|
bool social_card_moscow_parser_read(NfcWorker* nfc_worker, FuriHalNfcTxRxContext* tx_rx);
|
|
|
|
bool social_card_moscow_parser_parse(NfcDeviceData* dev_data); |