mirror of
https://github.com/MobileTooling/Ffu2Vhdx.git
synced 2026-07-27 12:48:20 -07:00
9 lines
122 B
C#
9 lines
122 B
C#
namespace Img2Ffu.Reader.Enums
|
|
{
|
|
public enum FFUVersion
|
|
{
|
|
V1,
|
|
V1_COMPRESSED,
|
|
V2
|
|
}
|
|
} |