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
+27
View File
@@ -0,0 +1,27 @@
using System;
using Cpp2IlInjected;
namespace SA.iOS.EventKit
{
// Token: 0x020000F7 RID: 247
[Token(Token = "0x20000CF")]
internal static class ISN_EventKitLib
{
// Token: 0x17000189 RID: 393
// (get) Token: 0x060004BA RID: 1210 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x17000189")]
public static ISN_EventKitAPI Api
{
[Token(Token = "0x6000444")]
[Address(RVA = "0x2A3F350", Offset = "0x2A3E150", VA = "0x182A3F350")]
get
{
return null;
}
}
// Token: 0x040002CC RID: 716
[Token(Token = "0x4000290")]
private static ISN_EventKitAPI s_Api;
}
}