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 OTAPPLICANTTOSPONSORROUND2M1_FUNCTION extern "C" __attribute__((visibility("hidden")))
11 #define OTAPPLICANTTOSPONSORROUND2M1_FUNCTION extern __attribute__((visibility("hidden")))
14 __attribute__((visibility("hidden")))
15 @interface OTApplicantToSponsorRound2M1
: PBCodable
<NSCopying
>
18 NSData
*_permanentInfo
;
19 NSData
*_permanentInfoSig
;
21 NSData
*_stableInfoSig
;
25 @
property (nonatomic
, readonly
) BOOL hasPeerID
;
26 @
property (nonatomic
, retain
) NSString
*peerID
;
28 @
property (nonatomic
, readonly
) BOOL hasPermanentInfo
;
29 @
property (nonatomic
, retain
) NSData
*permanentInfo
;
31 @
property (nonatomic
, readonly
) BOOL hasPermanentInfoSig
;
32 @
property (nonatomic
, retain
) NSData
*permanentInfoSig
;
34 @
property (nonatomic
, readonly
) BOOL hasStableInfo
;
35 @
property (nonatomic
, retain
) NSData
*stableInfo
;
37 @
property (nonatomic
, readonly
) BOOL hasStableInfoSig
;
38 @
property (nonatomic
, retain
) NSData
*stableInfoSig
;
40 // Performs a shallow copy into other
41 - (void)copyTo
:(OTApplicantToSponsorRound2M1
*)other
;
43 // Performs a deep merge from other into self
44 // If set in other, singular values in self are replaced in self
45 // Singular composite values are recursively merged
46 // Repeated values from other are appended to repeated values in self
47 - (void)mergeFrom
:(OTApplicantToSponsorRound2M1
*)other
;
49 OTAPPLICANTTOSPONSORROUND2M1_FUNCTION BOOL
OTApplicantToSponsorRound2M1ReadFrom(__unsafe_unretained OTApplicantToSponsorRound2M1
*self
, __unsafe_unretained PBDataReader
*reader
);