功能更新
This commit is contained in:
9
Melskin/Controls/Toast/IToastHost.cs
Normal file
9
Melskin/Controls/Toast/IToastHost.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Melskin.Controls;
|
||||
#region Internal Implementation
|
||||
|
||||
internal interface IToastHost
|
||||
{
|
||||
void AddToast(ToastControl toast);
|
||||
void RemoveToast(ToastControl toast);
|
||||
}
|
||||
#endregion
|
||||
Reference in New Issue
Block a user