Files
RedHotRoast-ios/Assets/RedHotRoast/Define/Model/WebEvent/RequestSendEventH5Info.cs
T

14 lines
241 B
C#

namespace RedHotRoast
{
public class RequestSendEventH5Info
{
public string link;
public string type;
}
public class ResponseSendEventH5Info
{
public string link;
public int times;
}
}