Files
QuestPDF/QuestPDF/Drawing/SpacePlan/ISpacePlan.cs
T
2021-01-16 01:31:39 +01:00

7 lines
95 B
C#

namespace QuestPDF.Drawing.SpacePlan
{
internal interface ISpacePlan
{
}
}