WeChatFerry/spy/contact_mgmt.h
2023-06-20 08:10:24 +08:00

10 lines
177 B
C++

#pragma once
#include "string"
#include <vector>
#include "pb_types.h"
vector<RpcContact_t> GetContacts();
int AcceptNewFriend(std::string v3, std::string v4, int scene);