1 // This file was automatically generated by protocompiler
3 // Compiled from OTPairingMessage.proto
5 #import <Foundation/Foundation.h>
6 #import <ProtocolBuffer/PBCodable.h>
9 #define OTSPONSORTOAPPLICANTROUND2M2_FUNCTION extern "C" __attribute__((visibility("hidden")))
11 #define OTSPONSORTOAPPLICANTROUND2M2_FUNCTION extern __attribute__((visibility("hidden")))
14 __attribute__((visibility("hidden")))
15 @interface OTSponsorToApplicantRound2M2
: PBCodable
<NSCopying
>
18 NSData
*_voucherSignature
;
22 @
property (nonatomic
, readonly
) BOOL hasVoucher
;
23 @
property (nonatomic
, retain
) NSData
*voucher
;
25 @
property (nonatomic
, readonly
) BOOL hasVoucherSignature
;
26 @
property (nonatomic
, retain
) NSData
*voucherSignature
;
28 // Performs a shallow copy into other
29 - (void)copyTo
:(OTSponsorToApplicantRound2M2
*)other
;
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
;
37 OTSPONSORTOAPPLICANTROUND2M2_FUNCTION BOOL
OTSponsorToApplicantRound2M2ReadFrom(__unsafe_unretained OTSponsorToApplicantRound2M2
*self
, __unsafe_unretained PBDataReader
*reader
);