7 lines
89 B
C#
Raw Normal View History

2024-11-28 13:36:05 +08:00
namespace ZR.Common.DynamicApiSimple
{
public interface IDynamicApi
{
}
}