Files
27Aug2021-Cpp2IL-Dump/SA.iOS/Foundation/ISN_NSNativeModelsAPI.cs
T
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

19 lines
454 B
C#

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;
}
}
}