WeChatFerry/spy/accept_new_friend.h
2023-02-21 21:15:37 +08:00

6 lines
89 B
C++

#pragma once
#include "string"
int AcceptNewFriend(std::string v3, std::string v4);