mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-11 09:49:07 +00:00
9 lines
166 B
C#
9 lines
166 B
C#
namespace VersOne.Epub.Schema
|
|
{
|
|
public class EpubMetadataDate
|
|
{
|
|
public string Date { get; set; }
|
|
public string Event { get; set; }
|
|
}
|
|
}
|