diff --git a/Ooui.Forms/ActionSheet.cs b/Ooui.Forms/ActionSheet.cs new file mode 100644 index 0000000..d0e7ebc --- /dev/null +++ b/Ooui.Forms/ActionSheet.cs @@ -0,0 +1,100 @@ +using System; +using System.Collections.Generic; +using Xamarin.Forms.Internals; + +namespace Ooui.Forms +{ + public class ActionSheet + { + private readonly Button _cancelButton; + private readonly List