WeChatFerry/spy/accept_new_friend.h

6 lines
89 B
C
Raw Normal View History

2022-08-21 08:45:16 +08:00
#pragma once
#include "string"
2023-02-21 21:15:37 +08:00
int AcceptNewFriend(std::string v3, std::string v4);