mirror of
https://github.com/rmcrackan/Libation.git
synced 2026-02-19 07:50:47 +01:00
8 lines
127 B
C#
8 lines
127 B
C#
namespace LibationUiBase.GridView
|
|
{
|
|
public interface ILibraryBookEntry : IGridEntry
|
|
{
|
|
ISeriesEntry Parent { get; }
|
|
}
|
|
}
|