summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Core/ISearchBarController.cs
diff options
context:
space:
mode:
authorE.Z. Hart <hartez@users.noreply.github.com>2016-05-02 14:55:43 -0600
committerE.Z. Hart <hartez@users.noreply.github.com>2016-05-02 14:55:43 -0600
commit93f22aaf28a3580b19559a793e2a3e6cd91b9bdb (patch)
tree6d8dfc9e36a7e3715cf3790d58268c27483d289c /Xamarin.Forms.Core/ISearchBarController.cs
parent2231302a182c9adff088fff3580791e2e0794336 (diff)
downloadxamarin-forms-93f22aaf28a3580b19559a793e2a3e6cd91b9bdb.tar.gz
xamarin-forms-93f22aaf28a3580b19559a793e2a3e6cd91b9bdb.tar.bz2
xamarin-forms-93f22aaf28a3580b19559a793e2a3e6cd91b9bdb.zip
Prep SearchBar for removal of InternalsVisibleTo (#137)
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