This commit is contained in:
niko
2026-04-11 22:19:20 +02:00
parent 45b857ff11
commit 8fc35183db
17034 changed files with 2863552 additions and 0 deletions
@@ -0,0 +1,18 @@
using System;
using Cpp2IlInjected;
namespace SA.iOS.Foundation
{
// Token: 0x020000E1 RID: 225
[Token(Token = "0x20000BA")]
internal static class ISN_NSNativeModelsAPI
{
// Token: 0x06000465 RID: 1125 RVA: 0x00002BC8 File Offset: 0x00000DC8
[Token(Token = "0x60003EF")]
[Address(RVA = "0x43E630", Offset = "0x43D430", VA = "0x18043E630")]
public static ulong NSSortDescriptor_Init(string key, bool ascending)
{
return 0UL;
}
}
}