mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-11 17:59:17 +00:00
8 lines
141 B
C#
8 lines
141 B
C#
namespace VersOne.Epub
|
|
{
|
|
public class EpubTextContentFile : EpubContentFile
|
|
{
|
|
public string Content { get; set; }
|
|
}
|
|
}
|