mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-13 11:09:06 +00:00
9 lines
147 B
C#
9 lines
147 B
C#
using System.Collections.Generic;
|
|
|
|
namespace VersOne.Epub.Schema
|
|
{
|
|
public class EpubNavigationMap : List<EpubNavigationPoint>
|
|
{
|
|
}
|
|
}
|