Files
TheXamlGuy bc55c4649b tidy
2024-04-26 23:05:36 +01:00

8 lines
229 B
C#

namespace Gma.QrCodeNet.Encoding.Versions;
internal struct VersionControlStruct
{
internal VersionDetail VersionDetail { get; set; }
internal bool IsContainECI { get; set; }
internal BitList ECIHeader { get; set; }
}