summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Core/Cells/INativeElementView.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Core/Cells/INativeElementView.cs')
-rw-r--r--Xamarin.Forms.Core/Cells/INativeElementView.cs7
1 files changed, 7 insertions, 0 deletions
diff --git a/Xamarin.Forms.Core/Cells/INativeElementView.cs b/Xamarin.Forms.Core/Cells/INativeElementView.cs
new file mode 100644
index 00000000..2d015282
--- /dev/null
+++ b/Xamarin.Forms.Core/Cells/INativeElementView.cs
@@ -0,0 +1,7 @@
+namespace Xamarin.Forms
+{
+ public interface INativeElementView
+ {
+ Element Element { get; }
+ }
+} \ No newline at end of file