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,38 @@
using System;
using Cpp2IlInjected;
using SA.iOS.CoreLocation;
namespace SA.iOS.UserNotifications
{
// Token: 0x02000022 RID: 34
[Token(Token = "0x2000021")]
[Serializable]
public class ISN_UNLocationNotificationTrigger : ISN_UNNotificationTrigger
{
// Token: 0x060000A3 RID: 163 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x600009F")]
[Address(RVA = "0x10CB4E0", Offset = "0x10CA4E0", VA = "0x1810CB4E0")]
public ISN_UNLocationNotificationTrigger(ISN_CLCircularRegion region, bool repeats)
{
}
// Token: 0x17000035 RID: 53
// (get) Token: 0x060000A4 RID: 164 RVA: 0x00002050 File Offset: 0x00000250
// (set) Token: 0x060000A5 RID: 165 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x17000035")]
public ISN_CLCircularRegion Region
{
[Token(Token = "0x60000A0")]
[Address(RVA = "0x41CEF0", Offset = "0x41BEF0", VA = "0x18041CEF0")]
get
{
return null;
}
[Token(Token = "0x60000A1")]
[Address(RVA = "0x41CFF0", Offset = "0x41BFF0", VA = "0x18041CFF0")]
set
{
}
}
}
}