wxhelper/src/search_contact.h
2023-02-17 14:47:06 +08:00

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