Files
QuickLook/QuickLook.Plugin/VersOne.Epub/Schema/Opf/EpubGuide.cs
2018-07-16 09:46:52 +02:00

9 lines
138 B
C#

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