[NUI] Integreation from dalihub (#988)
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI / src / internal / Interop / Interop.RefObject.cs
index a29e571..d6d9f10 100755 (executable)
@@ -7,16 +7,13 @@ namespace Tizen.NUI
     internal static partial class Interop
     {
         internal static partial class RefObject
-        {
-            
+        {            
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_RefObject_Reference")]
             public static extern void RefObject_Reference(global::System.Runtime.InteropServices.HandleRef jarg1);
 
-
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_RefObject_Unreference")]
             public static extern void RefObject_Unreference(global::System.Runtime.InteropServices.HandleRef jarg1);
 
-
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_RefObject_ReferenceCount")]
             public static extern int RefObject_ReferenceCount(global::System.Runtime.InteropServices.HandleRef jarg1);
 
@@ -24,4 +21,4 @@ namespace Tizen.NUI
             public static extern global::System.IntPtr GetRefObjectPtr(global::System.IntPtr jarg1);
         }
     }
-}
+}
\ No newline at end of file