Initial commit.
This commit is contained in:
10
Wino.Core.Domain/Interfaces/IDispatcher.cs
Normal file
10
Wino.Core.Domain/Interfaces/IDispatcher.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Wino.Core.Domain.Interfaces
|
||||
{
|
||||
public interface IDispatcher
|
||||
{
|
||||
Task ExecuteOnUIThread(Action action);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user