13 lines
149 B
C++
13 lines
149 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
|
|
#include "pb_types.h"
|
|
|
|
using namespace std;
|
|
|
|
string GetHomePath();
|
|
string GetSelfWxid();
|
|
|
|
UserInfo_t GetUserInfo();
|