mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-13 11:09:06 +00:00
10 lines
222 B
C#
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; }
|
|
}
|
|
}
|