]> git.saurik.com Git - apple/security.git/blob - keychain/ot/proto/generated_source/OTSponsorToApplicantRound2M2.h
Security-59306.101.1.tar.gz
[apple/security.git] / keychain / ot / proto / generated_source / OTSponsorToApplicantRound2M2.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 OTSPONSORTOAPPLICANTROUND2M2_FUNCTION extern "C" __attribute__((visibility("hidden")))
10 #else
11 #define OTSPONSORTOAPPLICANTROUND2M2_FUNCTION extern __attribute__((visibility("hidden")))
12 #endif
13
14 __attribute__((visibility("hidden")))
15 @interface OTSponsorToApplicantRound2M2 : PBCodable <NSCopying>
16 {
17 NSData *_voucher;
18 NSData *_voucherSignature;
19 }
20
21
22 @property (nonatomic, readonly) BOOL hasVoucher;
23 @property (nonatomic, retain) NSData *voucher;
24
25 @property (nonatomic, readonly) BOOL hasVoucherSignature;
26 @property (nonatomic, retain) NSData *voucherSignature;
27
28 // Performs a shallow copy into other
29 - (void)copyTo:(OTSponsorToApplicantRound2M2 *)other;
30
31 // Performs a deep merge from other into self
32 // If set in other, singular values in self are replaced in self
33 // Singular composite values are recursively merged
34 // Repeated values from other are appended to repeated values in self
35 - (void)mergeFrom:(OTSponsorToApplicantRound2M2 *)other;
36
37 OTSPONSORTOAPPLICANTROUND2M2_FUNCTION BOOL OTSponsorToApplicantRound2M2ReadFrom(__unsafe_unretained OTSponsorToApplicantRound2M2 *self, __unsafe_unretained PBDataReader *reader);
38
39 @end
40