WeChatFerry/Spy/get_contacts.h
2022-08-07 20:50:49 +08:00

8 lines
97 B
C++

#pragma once
#include <vector>
#include "rpc_h.h"
std::vector<RpcContact_t> GetContacts();