wxhelper/src/search_contact.h

8 lines
198 B
C
Raw Permalink Normal View History

2023-02-17 14:47:06 +08:00
#ifndef SEARCH_CONTACT_H_
#define SEARCH_CONTACT_H_
#include "wechat_data.h"
int SearchContactNetScene(wchar_t *keyword,UserInfo ** user);
int HookSearchContact();
int UnHookSearchContact();
#endif