mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-09 12:29:30 +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; }
|
|
}
|
|
}
|