mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-13 11:09:06 +00:00
10 lines
218 B
C#
10 lines
218 B
C#
namespace VersOne.Epub.Schema
|
|
{
|
|
public class EpubMetadataIdentifier
|
|
{
|
|
public string Id { get; set; }
|
|
public string Scheme { get; set; }
|
|
public string Identifier { get; set; }
|
|
}
|
|
}
|