[NUI]Add xaml support for nui and nui xaml test sample (#230)
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI / src / internal / XamlBinding / GestureRecognizer.cs
1 namespace Tizen.NUI.Binding
2 {
3         internal class GestureRecognizer : Element, IGestureRecognizer
4         {
5                 internal GestureRecognizer()
6                 {
7                 }
8         }
9 }