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
+23
View File
@@ -0,0 +1,23 @@
using System;
using Cpp2IlInjected;
namespace SA.iOS.CloudKit
{
// Token: 0x0200011B RID: 283
[Token(Token = "0x20000EF")]
public enum ISN_CKAccountStatus
{
// Token: 0x04000327 RID: 807
[Token(Token = "0x40002E6")]
CKAccountStatusCouldNotDetermine,
// Token: 0x04000328 RID: 808
[Token(Token = "0x40002E7")]
CKAccountStatusAvailable,
// Token: 0x04000329 RID: 809
[Token(Token = "0x40002E8")]
CKAccountStatusRestricted,
// Token: 0x0400032A RID: 810
[Token(Token = "0x40002E9")]
CKAccountStatusNoAccount
}
}