update devel/master branch to 0.2.32
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI / devel-src / ViewRegistryHelper.cs
1 using System;
2
3 // include all custom views here which will be
4 namespace Tizen.NUI
5 {
6   public class ViewRegistryHelper
7   {
8     static public void Initialize()
9     {
10        // Register all views with the type registry
11        System.Runtime.CompilerServices.RuntimeHelpers.RunClassConstructor (typeof(Tizen.NUI.Spin).TypeHandle);
12     }
13   }
14 }
15