WeChatFerry/spy/get_contacts.h

8 lines
95 B
C
Raw Normal View History

2022-08-07 20:50:49 +08:00
#pragma once
2023-02-16 22:50:18 +08:00
#include <vector>
#include "pb_types.h"
vector<RpcContact_t> GetContacts();