mirror of
https://github.com/huiyadanli/RevokeMsgPatcher.git
synced 2025-05-30 18:46:07 +08:00
9 lines
173 B
C#
9 lines
173 B
C#
namespace RevokeMsgPatcher.Model.Json
|
|
{
|
|
internal class VersionJson
|
|
{
|
|
public string Name { get; set; }
|
|
public string Version { get; set; }
|
|
}
|
|
}
|