#ifndef CONTACT_H_ #define CONTACT_H_ #include #include "wechat_data.h" int GetAllContact(vector &vec); int DelContact(wchar_t* wxid); #endif