MosswartMassacre/Unused/Decal.Interop.Core/SurrogateRemove.cs
2025-06-09 02:03:11 +02:00

10 lines
224 B
C#

using System.Runtime.InteropServices;
namespace Decal.Interop.Core;
[ComImport]
[CoClass(typeof(SurrogateRemoveClass))]
[Guid("6A188D19-EC3D-409D-8190-7975FEEE2081")]
public interface SurrogateRemove : IDecalUninstall
{
}