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