#include #include "brmdoor_nfc.h" using namespace std; NFCDevice::NFCDevice() { } std::string NFCDevice::scanUID() { return "1234"; }