#pragma once #include "android/Card.h" class AccountInfoScreener { public: [[nodiscard]] static QList parseCardData(const QByteArray &imageData); };