mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-14 20:29:07 +00:00
9 lines
139 B
C#
9 lines
139 B
C#
using System.Collections.Generic;
|
|
|
|
namespace VersOne.Epub.Schema
|
|
{
|
|
public class EpubManifest : List<EpubManifestItem>
|
|
{
|
|
}
|
|
}
|