mirror of
https://github.com/ttttupup/wxhelper.git
synced 2025-08-02 13:57:35 +08:00
8 lines
198 B
C
8 lines
198 B
C
#ifndef SEARCH_CONTACT_H_
|
|
#define SEARCH_CONTACT_H_
|
|
#include "wechat_data.h"
|
|
int SearchContactNetScene(wchar_t *keyword,UserInfo ** user);
|
|
|
|
int HookSearchContact();
|
|
int UnHookSearchContact();
|
|
#endif |