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