添加项目文件。
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace TightWiki.Engine.Library.Interfaces
|
||||
{
|
||||
/// <summary>
|
||||
/// Handles post-processing function calls.
|
||||
/// </summary>
|
||||
public interface IPostProcessingFunctionHandler : IFunctionHandler
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user