mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-13 11:09:06 +00:00
13 lines
339 B
C#
13 lines
339 B
C#
namespace VersOne.Epub.Schema
|
|
{
|
|
public class EpubMetadataMeta
|
|
{
|
|
public string Name { get; set; }
|
|
public string Content { get; set; }
|
|
public string Id { get; set; }
|
|
public string Refines { get; set; }
|
|
public string Property { get; set; }
|
|
public string Scheme { get; set; }
|
|
}
|
|
}
|