2022-08-07 20:50:49 +08:00
|
|
|
|
#pragma once
|
2023-02-16 06:09:37 +08:00
|
|
|
|
#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);
|
2023-02-16 06:09:37 +08:00
|
|
|
|
#endif
|