RRG-Proxmark3/client/include/pm3_helper.hpp
2020-12-17 00:31:42 +01:00

11 lines
191 B
C++

#ifndef LIBPM3HELPERPP_H
#define LIBPM3HELPERPP_H
class ConsoleHandler {
public:
virtual int handle_output(char *string) = 0;
virtual ~ConsoleHandler() {}
};
#endif // LIBPM3HELPERPP_H