[NUI]Add xaml support for nui and nui xaml test sample (#230)
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI / src / internal / Xaml / IProvideParentValues.cs
1 using System.Collections.Generic;
2
3 namespace Tizen.NUI.Xaml
4 {
5         internal interface IProvideParentValues : IProvideValueTarget
6         {
7                 IEnumerable<object> ParentObjects { get; }
8         }
9 }