mirror of
https://github.com/lampame/lampac-ukraine.git
synced 2026-04-16 17:32:20 +00:00
9 lines
159 B
C#
9 lines
159 B
C#
namespace AshdiBase.Models
|
|
{
|
|
public class AshdiIframeInfo
|
|
{
|
|
public string Url { get; set; }
|
|
public bool IsSerial { get; set; }
|
|
}
|
|
}
|