1
0
mirror of https://github.com/proxysu/ProxySU.git synced 2025-02-21 17:03:17 +03:00

13 lines
185 B
C#
Raw Normal View History

2021-02-25 09:59:06 +08:00
using System;
using System.Collections.Generic;
using System.Text;
namespace ProxySU_Core.ViewModels
{
public class Record
{
public Host Host { get; set; }
}
}