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