summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.iOS/iOSAppIndexingProvider.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Platform.iOS/iOSAppIndexingProvider.cs')
-rw-r--r--Xamarin.Forms.Platform.iOS/iOSAppIndexingProvider.cs9
1 files changed, 9 insertions, 0 deletions
diff --git a/Xamarin.Forms.Platform.iOS/iOSAppIndexingProvider.cs b/Xamarin.Forms.Platform.iOS/iOSAppIndexingProvider.cs
new file mode 100644
index 00000000..88e43e54
--- /dev/null
+++ b/Xamarin.Forms.Platform.iOS/iOSAppIndexingProvider.cs
@@ -0,0 +1,9 @@
+using System;
+
+namespace Xamarin.Forms.Platform.iOS
+{
+ public class IOSAppIndexingProvider : IAppIndexingProvider
+ {
+ public IAppLinks AppLinks => new IOSAppLinks();
+ }
+} \ No newline at end of file