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