diff --git a/BookAStar/BookAStar/IPlatform.cs b/BookAStar/BookAStar/IPlatform.cs index 787e7f4b..2459d997 100644 --- a/BookAStar/BookAStar/IPlatform.cs +++ b/BookAStar/BookAStar/IPlatform.cs @@ -1,4 +1,5 @@ using BookAStar.Model.Auth.Account; +using System; using Xamarin.Forms; using Yavsc.Models.Identity; @@ -24,7 +25,7 @@ namespace BookAStar object InvokeApi(string method, object arg); - View CreateMarkdownView(string markdown); + View CreateMarkdownView(string markdown, Action update); } }