migrated quill to jodit(links not working)
This commit is contained in:
9
Wino.Core.Domain/Models/Requests/WebViewMessage.cs
Normal file
9
Wino.Core.Domain/Models/Requests/WebViewMessage.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Wino.Core.Domain.Models.Requests
|
||||
{
|
||||
// Used to pass messages from the webview to the app.
|
||||
public class WebViewMessage
|
||||
{
|
||||
public string type { get; set; }
|
||||
public string value { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user