6 lines
96 B
C++
6 lines
96 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
|
|
int ReceiveTransfer(std::string wxid, std::string transferid);
|