Files
ZelWiki/ZelWiki.Engine.Library/Interfaces/IProcessingInstructionFunctionHandler.cs
2025-02-23 18:47:21 +08:00

10 lines
187 B
C#

namespace ZelWiki.Engine.Library.Interfaces
{
/// <summary>
///
/// </summary>
public interface IProcessingInstructionFunctionHandler : IFunctionHandler
{
}
}