mirror of
https://git.oceanpay.cc/danial/kami_itunes_june.git
synced 2025-12-18 21:21:34 +00:00
10 lines
133 B
C#
10 lines
133 B
C#
namespace DotNet.Utilities
|
|
{
|
|
public class CookieItem
|
|
{
|
|
public string Key { get; set; }
|
|
|
|
public string Value { get; set; }
|
|
}
|
|
}
|