7 lines
129 B
C
7 lines
129 B
C
![]() |
#ifndef SELF_INFO_H_
|
||
|
#define SELF_INFO_H_
|
||
|
#include "wechat_data.h"
|
||
|
int GetSelfInfo(SelfInfoInner& out);
|
||
|
|
||
|
int CheckLogin();
|
||
|
#endif
|