mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-10 17:29:08 +00:00
Added EPUB plugin
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace VersOne.Epub.Schema
|
||||
{
|
||||
public class EpubNavigationHeadMeta
|
||||
{
|
||||
public string Name { get; set; }
|
||||
public string Content { get; set; }
|
||||
public string Scheme { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user