summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Tizen/NativeValueConverterService.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Platform.Tizen/NativeValueConverterService.cs')
-rw-r--r--Xamarin.Forms.Platform.Tizen/NativeValueConverterService.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/Xamarin.Forms.Platform.Tizen/NativeValueConverterService.cs b/Xamarin.Forms.Platform.Tizen/NativeValueConverterService.cs
index 956079ea..72d124db 100644
--- a/Xamarin.Forms.Platform.Tizen/NativeValueConverterService.cs
+++ b/Xamarin.Forms.Platform.Tizen/NativeValueConverterService.cs
@@ -1,10 +1,12 @@
using System;
+using Xamarin.Forms.Internals;
+using Xamarin.Forms.Xaml.Internals;
using EObject = ElmSharp.EvasObject;
namespace Xamarin.Forms.Platform.Tizen
{
- class NativeValueConverterService : Xaml.INativeValueConverterService
+ class NativeValueConverterService : INativeValueConverterService
{
public bool ConvertTo(object value, Type toType, out object nativeValue)
{