flipperzero-firmware/applications/nfc/views/nfc_emv.h

13 lines
219 B
C
Raw Normal View History

#pragma once
#include <gui/view.h>
#include "../nfc_types.h"
typedef struct NfcEmv NfcEmv;
NfcEmv* nfc_emv_alloc(NfcCommon* nfc_common);
void nfc_emv_free(NfcEmv* nfc_emv);
View* nfc_emv_get_view(NfcEmv* nfc_emv);