WeChatFerry/spy/user_info.h

9 lines
99 B
C
Raw Normal View History

2023-03-10 23:47:24 +08:00
#pragma once
#include <string>
2023-04-10 23:39:57 +08:00
using namespace std;
string GetHomePath();
string GetSelfWxid();