Files
QuickLook/QuickLook.Plugin/QuickLook.Plugin.EpubViewer/EpubReader/Schema/Opf/EpubMetadataCreator.cs
2018-07-16 10:06:17 +02:00

10 lines
214 B
C#

namespace VersOne.Epub.Schema
{
public class EpubMetadataCreator
{
public string Creator { get; set; }
public string FileAs { get; set; }
public string Role { get; set; }
}
}