WeChatFerry/Spy/accept_new_friend.h

7 lines
115 B
C
Raw Normal View History

2022-08-21 08:45:16 +08:00
#pragma once
#include "framework.h"
#include "string"
BOOL AcceptNewFriend(std::wstring v3, std::wstring v4);