Files
QuickLook/QuickLook.Plugin/QuickLook.Plugin.EpubViewer/EpubReader/Schema/Opf/EpubGuide.cs
2018-07-16 10:06:17 +02:00

9 lines
138 B
C#

using System.Collections.Generic;
namespace VersOne.Epub.Schema
{
public class EpubGuide : List<EpubGuideReference>
{
}
}