summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Xaml/IXamlFileProvider.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Xaml/IXamlFileProvider.cs')
-rw-r--r--Xamarin.Forms.Xaml/IXamlFileProvider.cs9
1 files changed, 0 insertions, 9 deletions
diff --git a/Xamarin.Forms.Xaml/IXamlFileProvider.cs b/Xamarin.Forms.Xaml/IXamlFileProvider.cs
deleted file mode 100644
index 7f989019..00000000
--- a/Xamarin.Forms.Xaml/IXamlFileProvider.cs
+++ /dev/null
@@ -1,9 +0,0 @@
-using System;
-
-namespace Xamarin.Forms.Xaml
-{
- public interface IXamlFileProvider
- {
- string GetXamlFor(Type type);
- }
-} \ No newline at end of file