WeChatFerry/spy/accept_new_friend.h
2023-05-01 22:58:16 +08:00

6 lines
100 B
C++

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