This commit is contained in:
niko
2026-04-12 16:51:38 +02:00
parent 1b6f6d81d0
commit c12fbe3fc6
17828 changed files with 2994770 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
using System;
using Cpp2IlInjected;
namespace SA.iOS.Foundation
{
// Token: 0x020000D9 RID: 217
[Token(Token = "0x20000B2")]
internal static class ISN_NSNativeUtils
{
// Token: 0x06000426 RID: 1062 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x60003B0")]
[Address(RVA = "0x2FD4390", Offset = "0x2FD3390", VA = "0x182FD4390")]
public static byte[] GetPinnedData(IntPtr handle)
{
return null;
}
// Token: 0x06000427 RID: 1063 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x60003B1")]
[Address(RVA = "0x4242D0", Offset = "0x4232D0", VA = "0x1804242D0")]
public static void ReleasePinnedData(IntPtr handle)
{
}
}
}