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