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;
using SA.iOS.Utilities;
namespace SA.iOS.AuthenticationServices
{
// Token: 0x02000134 RID: 308
[Token(Token = "0x2000106")]
public abstract class ISN_ASAuthorizationRequest : ISN_NativeObject
{
// Token: 0x060005B9 RID: 1465 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6000533")]
[Address(RVA = "0x67E900", Offset = "0x67D900", VA = "0x18067E900")]
internal ISN_ASAuthorizationRequest(ulong hash)
{
}
}
}