WeChatFerry/spy/user_info.h
2023-04-11 23:26:38 +08:00

13 lines
149 B
C++

#pragma once
#include <string>
#include "pb_types.h"
using namespace std;
string GetHomePath();
string GetSelfWxid();
UserInfo_t GetUserInfo();