1 // This file was automatically generated by protocompiler
5 #import <Foundation/Foundation.h>
6 #import <ProtocolBuffer/PBCodable.h>
9 #define AWDKEYCHAINSOSKEYCHAINBACKUPFAILED_FUNCTION extern "C"
11 #define AWDKEYCHAINSOSKEYCHAINBACKUPFAILED_FUNCTION extern
14 @interface AWDKeychainSOSKeychainBackupFailed
: PBCodable
<NSCopying
>
23 @
property (nonatomic
) BOOL hasTimestamp
;
24 @
property (nonatomic
) uint64_t timestamp
;
26 // Performs a shallow copy into other
27 - (void)copyTo
:(AWDKeychainSOSKeychainBackupFailed
*)other
;
29 // Performs a deep merge from other into self
30 // If set in other, singular values in self are replaced in self
31 // Singular composite values are recursively merged
32 // Repeated values from other are appended to repeated values in self
33 - (void)mergeFrom
:(AWDKeychainSOSKeychainBackupFailed
*)other
;
35 AWDKEYCHAINSOSKEYCHAINBACKUPFAILED_FUNCTION BOOL
AWDKeychainSOSKeychainBackupFailedReadFrom(__unsafe_unretained AWDKeychainSOSKeychainBackupFailed
*self
, __unsafe_unretained PBDataReader
*reader
);