7 lines
119 B
C#
7 lines
119 B
C#
namespace QuestPDF.Infrastructure
|
|
{
|
|
internal interface IStateResettable
|
|
{
|
|
void ResetState();
|
|
}
|
|
} |