WeChatFerry/spy/get_contacts.h

6 lines
106 B
C
Raw Normal View History

2022-08-07 20:50:49 +08:00
#pragma once
#if 0
2022-10-15 20:25:42 +08:00
#include "../proto/wcf.grpc.pb.h"
2022-08-07 20:50:49 +08:00
2022-10-15 20:25:42 +08:00
bool GetContacts(wcf::Contacts *contacts);
#endif