wxhelper/src/self_info.h

9 lines
144 B
C
Raw Normal View History

2022-12-21 20:30:44 +08:00
#ifndef SELF_INFO_H_
#define SELF_INFO_H_
#include "wechat_data.h"
int GetSelfInfo(SelfInfoInner& out);
int CheckLogin();
2023-01-02 11:45:04 +08:00
int Logout();
2022-12-21 20:30:44 +08:00
#endif