X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/b3971512e61ecab68b17ca7ffe6c8c600310a026..02b2aca600d4a0fe6fb259262bd6808ef889acde:/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 1930811b..c381e08a 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 _sbdBackup; + BOOL _ringUpdateFlag; struct { - int sbdBackup:1; + int ringUpdateFlag:1; } _has; } @@ -29,8 +29,8 @@ __attribute__((visibility("hidden"))) - (NSString *)pendingBackupPeersAtIndex:(NSUInteger)idx; + (Class)pendingBackupPeersType; -@property (nonatomic) BOOL hasSbdBackup; -@property (nonatomic) BOOL sbdBackup; +@property (nonatomic) BOOL hasRingUpdateFlag; +@property (nonatomic) BOOL ringUpdateFlag; // Performs a shallow copy into other - (void)copyTo:(SOSAccountConfiguration *)other;