a
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user