Cleaning up the solution. Separating Shared.WinRT, Services and Synchronization. Removing synchronization from app. Reducing bundle size by 45mb.
This commit is contained in:
11
Wino.Core.Domain/Interfaces/IHtmlPreviewer.cs
Normal file
11
Wino.Core.Domain/Interfaces/IHtmlPreviewer.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace Wino.Domain.Interfaces
|
||||
{
|
||||
public interface IHtmlPreviewer
|
||||
{
|
||||
/// <summary>
|
||||
/// Returns a preview of the HTML content.
|
||||
/// </summary>
|
||||
/// <param name="htmlContent">HTML content</param>
|
||||
string GetHtmlPreview(string htmlContent);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user