summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.WP8/ICellRenderer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Platform.WP8/ICellRenderer.cs')
-rw-r--r--Xamarin.Forms.Platform.WP8/ICellRenderer.cs7
1 files changed, 7 insertions, 0 deletions
diff --git a/Xamarin.Forms.Platform.WP8/ICellRenderer.cs b/Xamarin.Forms.Platform.WP8/ICellRenderer.cs
new file mode 100644
index 00000000..350b72d6
--- /dev/null
+++ b/Xamarin.Forms.Platform.WP8/ICellRenderer.cs
@@ -0,0 +1,7 @@
+namespace Xamarin.Forms.Platform.WinPhone
+{
+ public interface ICellRenderer : IRegisterable
+ {
+ System.Windows.DataTemplate GetTemplate(Cell cell);
+ }
+} \ No newline at end of file