mirror of
https://github.com/ttttupup/wxhelper.git
synced 2025-08-03 06:17:35 +08:00
9 lines
144 B
C
9 lines
144 B
C
#ifndef SELF_INFO_H_
|
|
#define SELF_INFO_H_
|
|
#include "wechat_data.h"
|
|
int GetSelfInfo(SelfInfoInner& out);
|
|
|
|
int CheckLogin();
|
|
|
|
int Logout();
|
|
#endif |