X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/805875f8be937062d519339f1e38e2c2e81d06e4..0d4552ce43ff8bf2e8666a9c5c44c3590eb117a8:/keychain/SecureObjectSync/generated_source/SOSAccountConfiguration.h?ds=inline diff --git a/keychain/SecureObjectSync/generated_source/SOSAccountConfiguration.h b/keychain/SecureObjectSync/generated_source/SOSAccountConfiguration.h index c381e08a..1930811b 100644 --- a/keychain/SecureObjectSync/generated_source/SOSAccountConfiguration.h +++ b/keychain/SecureObjectSync/generated_source/SOSAccountConfiguration.h @@ -15,9 +15,9 @@ __attribute__((visibility("hidden"))) @interface SOSAccountConfiguration : PBCodable { NSMutableArray *_pendingBackupPeers; - BOOL _ringUpdateFlag; + BOOL _sbdBackup; struct { - int ringUpdateFlag:1; + int sbdBackup:1; } _has; } @@ -29,8 +29,8 @@ __attribute__((visibility("hidden"))) - (NSString *)pendingBackupPeersAtIndex:(NSUInteger)idx; + (Class)pendingBackupPeersType; -@property (nonatomic) BOOL hasRingUpdateFlag; -@property (nonatomic) BOOL ringUpdateFlag; +@property (nonatomic) BOOL hasSbdBackup; +@property (nonatomic) BOOL sbdBackup; // Performs a shallow copy into other - (void)copyTo:(SOSAccountConfiguration *)other;