// // Created by versustune on 23.02.20. // #ifndef ELIYA_UTILS_H #define ELIYA_UTILS_H #include class Utils { public: static std::string stringToHex(const std::string &input); }; #endif //ELIYA_UTILS_H