Toolkit.UI.Controls.Avalonia
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Gma.QrCodeNet.Encoding.Versions;
|
||||
|
||||
internal struct VersionControlStruct
|
||||
{
|
||||
internal VersionDetail VersionDetail { get; set; }
|
||||
internal bool IsContainECI { get; set; }
|
||||
internal BitList ECIHeader { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user