X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/7fb2cbd2e68c73bf213d9907905431dbdb74c908..805875f8be937062d519339f1e38e2c2e81d06e4:/keychain/SecureObjectSync/generated_source/SOSAccountConfiguration.h?ds=inline diff --git a/keychain/SecureObjectSync/generated_source/SOSAccountConfiguration.h b/keychain/SecureObjectSync/generated_source/SOSAccountConfiguration.h new file mode 100644 index 00000000..c381e08a --- /dev/null +++ b/keychain/SecureObjectSync/generated_source/SOSAccountConfiguration.h @@ -0,0 +1,47 @@ +// This file was automatically generated by protocompiler +// DO NOT EDIT! +// Compiled from SOSAccountConfiguration.proto + +#import +#import + +#ifdef __cplusplus +#define SOSACCOUNTCONFIGURATION_FUNCTION extern "C" __attribute__((visibility("hidden"))) +#else +#define SOSACCOUNTCONFIGURATION_FUNCTION extern __attribute__((visibility("hidden"))) +#endif + +__attribute__((visibility("hidden"))) +@interface SOSAccountConfiguration : PBCodable +{ + NSMutableArray *_pendingBackupPeers; + BOOL _ringUpdateFlag; + struct { + int ringUpdateFlag:1; + } _has; +} + + +@property (nonatomic, retain) NSMutableArray *pendingBackupPeers; +- (void)clearPendingBackupPeers; +- (void)addPendingBackupPeers:(NSString *)i; +- (NSUInteger)pendingBackupPeersCount; +- (NSString *)pendingBackupPeersAtIndex:(NSUInteger)idx; ++ (Class)pendingBackupPeersType; + +@property (nonatomic) BOOL hasRingUpdateFlag; +@property (nonatomic) BOOL ringUpdateFlag; + +// Performs a shallow copy into other +- (void)copyTo:(SOSAccountConfiguration *)other; + +// Performs a deep merge from other into self +// If set in other, singular values in self are replaced in self +// Singular composite values are recursively merged +// Repeated values from other are appended to repeated values in self +- (void)mergeFrom:(SOSAccountConfiguration *)other; + +SOSACCOUNTCONFIGURATION_FUNCTION BOOL SOSAccountConfigurationReadFrom(__unsafe_unretained SOSAccountConfiguration *self, __unsafe_unretained PBDataReader *reader); + +@end +