mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-13 11:09:06 +00:00
9 lines
112 B
C#
9 lines
112 B
C#
namespace VersOne.Epub.Schema
|
|
{
|
|
public enum EpubVersion
|
|
{
|
|
EPUB_2 = 2,
|
|
EPUB_3
|
|
}
|
|
}
|