mirror of
https://github.com/proxysu/ProxySU.git
synced 2025-04-03 05:43:36 +03:00
12 lines
185 B
C#
12 lines
185 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace ProxySU_Core.ViewModels
|
|
{
|
|
public class Record
|
|
{
|
|
public Host Host { get; set; }
|
|
|
|
}
|
|
}
|