]> git.saurik.com Git - apple/security.git/blob - keychain/ot/proto/generated_source/OTSponsorToApplicantRound1M2.h
Security-59306.11.20.tar.gz
[apple/security.git] / keychain / ot / proto / generated_source / OTSponsorToApplicantRound1M2.h
1 // This file was automatically generated by protocompiler
2 // DO NOT EDIT!
3 // Compiled from OTPairingMessage.proto
4
5 #import <Foundation/Foundation.h>
6 #import <ProtocolBuffer/PBCodable.h>
7
8 #ifdef __cplusplus
9 #define OTSPONSORTOAPPLICANTROUND1M2_FUNCTION extern "C" __attribute__((visibility("hidden")))
10 #else
11 #define OTSPONSORTOAPPLICANTROUND1M2_FUNCTION extern __attribute__((visibility("hidden")))
12 #endif
13
14 __attribute__((visibility("hidden")))
15 @interface OTSponsorToApplicantRound1M2 : PBCodable <NSCopying>
16 {
17 uint64_t _epoch;
18 struct {
19 int epoch:1;
20 } _has;
21 }
22
23
24 @property (nonatomic) BOOL hasEpoch;
25 @property (nonatomic) uint64_t epoch;
26
27 // Performs a shallow copy into other
28 - (void)copyTo:(OTSponsorToApplicantRound1M2 *)other;
29
30 // Performs a deep merge from other into self
31 // If set in other, singular values in self are replaced in self
32 // Singular composite values are recursively merged
33 // Repeated values from other are appended to repeated values in self
34 - (void)mergeFrom:(OTSponsorToApplicantRound1M2 *)other;
35
36 OTSPONSORTOAPPLICANTROUND1M2_FUNCTION BOOL OTSponsorToApplicantRound1M2ReadFrom(__unsafe_unretained OTSponsorToApplicantRound1M2 *self, __unsafe_unretained PBDataReader *reader);
37
38 @end
39