mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-10 09:19:06 +00:00
8 lines
141 B
C#
8 lines
141 B
C#
namespace VersOne.Epub
|
|
{
|
|
public class EpubByteContentFile : EpubContentFile
|
|
{
|
|
public byte[] Content { get; set; }
|
|
}
|
|
}
|