WeChatFerry/spy/get_contacts.h
2023-02-16 22:50:18 +08:00

8 lines
95 B
C++

#pragma once
#include <vector>
#include "pb_types.h"
vector<RpcContact_t> GetContacts();