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

10 lines
222 B
C#

namespace VersOne.Epub.Schema
{
public class EpubMetadataContributor
{
public string Contributor { get; set; }
public string FileAs { get; set; }
public string Role { get; set; }
}
}