Stuff for tunesync
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using Toolkit.Foundation;
|
||||
|
||||
namespace Toolkit.Windows;
|
||||
|
||||
public interface IWndProc :
|
||||
IInitialization,
|
||||
IDisposable
|
||||
{
|
||||
|
||||
IntPtr Handle { get; }
|
||||
}
|
||||
Reference in New Issue
Block a user