mirror of
https://github.com/QL-Win/QuickLook.git
synced 2026-05-08 03:06:29 +08:00
Included epub library in plugin project
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
namespace VersOne.Epub
|
||||
{
|
||||
public class EpubByteContentFile : EpubContentFile
|
||||
{
|
||||
public byte[] Content { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user