Files
QuickLook/QuickLook.Plugin/QuickLook.Plugin.EpubViewer/EpubReader/Entities/EpubByteContentFile.cs
2018-07-16 10:06:17 +02:00

8 lines
141 B
C#

namespace VersOne.Epub
{
public class EpubByteContentFile : EpubContentFile
{
public byte[] Content { get; set; }
}
}