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