[+] Google Analytics

This commit is contained in:
huiyadanli
2019-10-06 15:34:56 +08:00
parent b6281f89a9
commit bb9a82a657
4 changed files with 138 additions and 27 deletions

View File

@@ -0,0 +1,14 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net.Http;
using System.Text;
using System.Threading.Tasks;
namespace RevokeMsgPatcher.Utils
{
public class HttpUtil
{
public static HttpClient Client { get; } = new HttpClient();
}
}