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
@@ -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 = "0x4242C0", Offset = "0x4232C0", VA = "0x1804242C0")]
public static ulong NSSortDescriptor_Init(string key, bool ascending)
{
return 0UL;
}
}
}