WeChatFerry/spy/contact_mgmt.h

10 lines
177 B
C
Raw Normal View History

2022-08-21 08:45:16 +08:00
#pragma once
#include "string"
2023-06-20 08:10:24 +08:00
#include <vector>
2022-08-21 08:45:16 +08:00
2023-06-20 08:10:24 +08:00
#include "pb_types.h"
vector<RpcContact_t> GetContacts();
2023-05-01 22:58:16 +08:00
int AcceptNewFriend(std::string v3, std::string v4, int scene);