1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-12 04:34:43 +04:00
Files
unleashed-firmware/lib/nfc/parsers/social_card_moscow_parser.h
2023-09-17 13:56:14 +03:00

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);