WeChatFerry/spy/get_contacts.h
2022-10-15 20:46:22 +08:00

6 lines
95 B
C

#pragma once
#include "../proto/wcf.grpc.pb.h"
bool GetContacts(wcf::Contacts *contacts);