Files
QuickLook/QuickLook.Plugin/VersOne.Epub/Schema/Opf/EpubMetadataCreator.cs
2018-07-16 09:46:52 +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; }
}
}