mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-13 11:09:06 +00:00
Added EPUB plugin
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
using System;
|
||||
|
||||
namespace VersOne.Epub.Schema
|
||||
{
|
||||
public class EpubGuideReference
|
||||
{
|
||||
public string Type { get; set; }
|
||||
public string Title { get; set; }
|
||||
public string Href { get; set; }
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
return String.Format("Type: {0}, Href: {1}", Type, Href);
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user