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