This commit is contained in:
niko
2026-04-10 22:50:51 +02:00
parent 6d1607d5a2
commit f18d448581
17033 changed files with 2863270 additions and 0 deletions
+36
View File
@@ -0,0 +1,36 @@
using System;
using System.Collections.Generic;
using Cpp2IlInjected;
namespace SA.iOS.UIKit
{
// Token: 0x02000030 RID: 48
[Token(Token = "0x200002D")]
internal static class ISN_DialogsStack
{
// Token: 0x060000E4 RID: 228 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x60000DC")]
[Address(RVA = "0x3695560", Offset = "0x3694360", VA = "0x183695560")]
public static void Present(ISN_UIAlertController dialog)
{
}
// Token: 0x060000E5 RID: 229 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x60000DD")]
[Address(RVA = "0x3695630", Offset = "0x3694430", VA = "0x183695630")]
private static void ShowDialog(ISN_UIAlertController dialog)
{
}
// Token: 0x060000E6 RID: 230 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x60000DE")]
[Address(RVA = "0x3695480", Offset = "0x3694280", VA = "0x183695480")]
private static void OnDialogDismissed(ISN_UIAlertController dialog)
{
}
// Token: 0x0400008F RID: 143
[Token(Token = "0x400008D")]
private static readonly List<ISN_UIAlertController> s_Dialogs;
}
}