// // Created by zx on 2020/8/10. // #ifndef NNXX_TESTS_UNIQ_KEY_H #define NNXX_TESTS_UNIQ_KEY_H #include <string> std::string create_key(); #endif //NNXX_TESTS_UNIQ_KEY_H