mh_frame_sps/APT.Infrastructure.Core/Structs/IDependInject.cs

11 lines
156 B
C#
Raw Permalink Normal View History

2026-04-07 13:47:52 +08:00
using System;
using System.Collections.Generic;
using System.Text;
namespace APT.Infrastructure.Core
{
public interface IDependInject
{
}
}