wxr
2024-07-16 548fb8aa23fe31401ba3dae823d31f9a73cc101f
Shared.Droid.HDLLinphone/Shared.Droid.HDLLinphone/obj/Release/generated/src/Com.Tencent.Tinker.Lib.Service.PatchResult.cs
@@ -1,3 +1,13 @@
//------------------------------------------------------------------------------
// <auto-generated>
//     This code was generated by a tool.
//
//     Changes to this file may cause incorrect behavior and will be lost if
//     the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
#nullable restore
using System;
using System.Collections.Generic;
using Android.Runtime;
@@ -83,7 +93,7 @@
         set {
            const string __id = "patchVersion.Ljava/lang/String;";
            IntPtr native_value = JNIEnv.NewString (value);
            IntPtr native_value = JNIEnv.NewString ((string)value);
            try {
               _members.InstanceFields.SetValue (__id, this, new JniObjectReference (native_value));
            } finally {
@@ -105,7 +115,7 @@
         set {
            const string __id = "rawPatchFilePath.Ljava/lang/String;";
            IntPtr native_value = JNIEnv.NewString (value);
            IntPtr native_value = JNIEnv.NewString ((string)value);
            try {
               _members.InstanceFields.SetValue (__id, this, new JniObjectReference (native_value));
            } finally {