summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Core/IButtonController.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Core/IButtonController.cs')
-rw-r--r--Xamarin.Forms.Core/IButtonController.cs7
1 files changed, 7 insertions, 0 deletions
diff --git a/Xamarin.Forms.Core/IButtonController.cs b/Xamarin.Forms.Core/IButtonController.cs
new file mode 100644
index 00000000..2fa1737f
--- /dev/null
+++ b/Xamarin.Forms.Core/IButtonController.cs
@@ -0,0 +1,7 @@
+namespace Xamarin.Forms
+{
+ internal interface IButtonController : IViewController
+ {
+ void SendClicked();
+ }
+} \ No newline at end of file