]> git.saurik.com Git - apple/security.git/blob - keychain/analytics/awd/AWDKeychainSOSKeychainBackupFailed.h
Security-58286.20.16.tar.gz
[apple/security.git] / keychain / analytics / awd / AWDKeychainSOSKeychainBackupFailed.h
1 // This file was automatically generated by protocompiler
2 // DO NOT EDIT!
3 // Compiled from stdin
4
5 #import <Foundation/Foundation.h>
6 #import <ProtocolBuffer/PBCodable.h>
7
8 #ifdef __cplusplus
9 #define AWDKEYCHAINSOSKEYCHAINBACKUPFAILED_FUNCTION extern "C"
10 #else
11 #define AWDKEYCHAINSOSKEYCHAINBACKUPFAILED_FUNCTION extern
12 #endif
13
14 @interface AWDKeychainSOSKeychainBackupFailed : PBCodable <NSCopying>
15 {
16 uint64_t _timestamp;
17 struct {
18 int timestamp:1;
19 } _has;
20 }
21
22
23 @property (nonatomic) BOOL hasTimestamp;
24 @property (nonatomic) uint64_t timestamp;
25
26 // Performs a shallow copy into other
27 - (void)copyTo:(AWDKeychainSOSKeychainBackupFailed *)other;
28
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;
34
35 AWDKEYCHAINSOSKEYCHAINBACKUPFAILED_FUNCTION BOOL AWDKeychainSOSKeychainBackupFailedReadFrom(__unsafe_unretained AWDKeychainSOSKeychainBackupFailed *self, __unsafe_unretained PBDataReader *reader);
36
37 @end
38