WeChatFerry/spy/user_info.h
2023-04-10 23:39:57 +08:00

9 lines
99 B
C++

#pragma once
#include <string>
using namespace std;
string GetHomePath();
string GetSelfWxid();