Cleaning up the solution. Separating Shared.WinRT, Services and Synchronization. Removing synchronization from app. Reducing bundle size by 45mb.
This commit is contained in:
7
Wino.Core.Domain/Interfaces/IGmailChangeProcessor.cs
Normal file
7
Wino.Core.Domain/Interfaces/IGmailChangeProcessor.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Wino.Domain.Interfaces
|
||||
{
|
||||
public interface IGmailChangeProcessor : IDefaultChangeProcessor
|
||||
{
|
||||
Task MapLocalDraftAsync(string mailCopyId, string newDraftId, string newThreadId);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user