wxhelper/src/contact.h

11 lines
163 B
C
Raw Normal View History

2022-12-21 20:30:44 +08:00
#ifndef CONTACT_H_
#define CONTACT_H_
#include <vector>
#include "wechat_data.h"
int GetAllContact(vector<Contact> &vec);
int DelContact(wchar_t* wxid);
#endif