5adb616b978d6ff016ef9871eccc660a03ea9e43
[platform/core/csapi/tizenfx.git] / internals / src / EflSharp / EflSharp / ICircleWidget.cs
1 using System;
2 using System.Collections.Generic;
3 using System.Text;
4
5 namespace Efl
6 {
7     namespace Ui
8     {
9         namespace Wearable
10         {
11             public interface ICircleWidget
12             {
13                 IntPtr CircleHandle { get; }
14             }
15         }
16     }
17 }