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
+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
}
}