9346c6cdefc34663be784a03c266fbca4273303b
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI / src / internal / XamlBinding / IViewContainer.cs
1 using System.Collections.Generic;
2
3 namespace Tizen.NUI.Binding
4 {
5     internal interface IViewContainer<T> where T : /*VisualElement*/BaseHandle
6     {
7         IList<T> Children { get; }
8     }
9 }