mirror of
https://github.com/ttttupup/wxhelper.git
synced 2024-11-23 02:39:25 +08:00
11 lines
163 B
C++
11 lines
163 B
C++
#ifndef CONTACT_H_
|
|
#define CONTACT_H_
|
|
#include <vector>
|
|
#include "wechat_data.h"
|
|
|
|
int GetAllContact(vector<Contact> &vec);
|
|
|
|
|
|
|
|
int DelContact(wchar_t* wxid);
|
|
#endif |