summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Tizen/Native/ListView.cs
diff options
context:
space:
mode:
authorKangho Hur <kangho.hur@samsung.com>2017-04-24 18:33:06 +0900
committerKangho Hur <kangho.hur@samsung.com>2017-10-23 13:34:33 +0900
commit37c7f0c8bfdb190831c96b95754d441bf0dbb006 (patch)
tree6d50dee5ce6f1142323d80c33f8f5a911ac77f82 /Xamarin.Forms.Platform.Tizen/Native/ListView.cs
parent99395a7eb56ea8cb8db8c11ea58266e3160aa32a (diff)
downloadxamarin-forms-37c7f0c8bfdb190831c96b95754d441bf0dbb006.tar.gz
xamarin-forms-37c7f0c8bfdb190831c96b95754d441bf0dbb006.tar.bz2
xamarin-forms-37c7f0c8bfdb190831c96b95754d441bf0dbb006.zip
Remove InternalsVissibleTo from Core to XF.Platforms.Tizen
- Please refer to prior patch (#782)
Diffstat (limited to 'Xamarin.Forms.Platform.Tizen/Native/ListView.cs')
-rw-r--r--Xamarin.Forms.Platform.Tizen/Native/ListView.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Xamarin.Forms.Platform.Tizen/Native/ListView.cs b/Xamarin.Forms.Platform.Tizen/Native/ListView.cs
index 7947c3ed..fed99101 100644
--- a/Xamarin.Forms.Platform.Tizen/Native/ListView.cs
+++ b/Xamarin.Forms.Platform.Tizen/Native/ListView.cs
@@ -2,6 +2,7 @@ using System;
using System.Collections;
using System.Collections.Generic;
using System.ComponentModel;
+using Xamarin.Forms.Internals;
using ElmSharp;
namespace Xamarin.Forms.Platform.Tizen.Native