[NUI] Adjust directory (#903)
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI / src / public / Xaml / IXmlLineInfoProvider.cs
1 using System.ComponentModel;
2 using System.Xml;
3
4 namespace Tizen.NUI.Xaml
5 {
6     /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
7     [EditorBrowsable(EditorBrowsableState.Never)]
8     public interface IXmlLineInfoProvider
9     {
10         /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
11         [EditorBrowsable(EditorBrowsableState.Never)]
12         IXmlLineInfo XmlLineInfo { get; }
13     }
14 }