1 // This file was automatically generated by protocompiler
3 // Compiled from SOSAccountConfiguration.proto
5 #import <Foundation/Foundation.h>
6 #import <ProtocolBuffer/PBCodable.h>
9 #define SOSACCOUNTCONFIGURATION_FUNCTION extern "C" __attribute__((visibility("hidden")))
11 #define SOSACCOUNTCONFIGURATION_FUNCTION extern __attribute__((visibility("hidden")))
14 __attribute__((visibility("hidden")))
15 @interface SOSAccountConfiguration
: PBCodable
<NSCopying
>
17 NSMutableArray
<NSString
*> *_pendingBackupPeers
;
25 @
property (nonatomic
, retain
) NSMutableArray
<NSString
*> *pendingBackupPeers
;
26 - (void)clearPendingBackupPeers
;
27 - (void)addPendingBackupPeers
:(NSString
*)i
;
28 - (NSUInteger
)pendingBackupPeersCount
;
29 - (NSString
*)pendingBackupPeersAtIndex
:(NSUInteger
)idx
;
30 + (Class
)pendingBackupPeersType
;
32 @
property (nonatomic
) BOOL hasRingUpdateFlag
;
33 @
property (nonatomic
) BOOL ringUpdateFlag
;
35 // Performs a shallow copy into other
36 - (void)copyTo
:(SOSAccountConfiguration
*)other
;
38 // Performs a deep merge from other into self
39 // If set in other, singular values in self are replaced in self
40 // Singular composite values are recursively merged
41 // Repeated values from other are appended to repeated values in self
42 - (void)mergeFrom
:(SOSAccountConfiguration
*)other
;
44 SOSACCOUNTCONFIGURATION_FUNCTION BOOL
SOSAccountConfigurationReadFrom(__unsafe_unretained SOSAccountConfiguration
*self
, __unsafe_unretained PBDataReader
*reader
);