1 // This file was automatically generated by protocompiler
3 // Compiled from KCInitialMessageData.proto
5 #import <Foundation/Foundation.h>
6 #import <ProtocolBuffer/PBCodable.h>
9 #define KCINITIALMESSAGEDATA_FUNCTION extern "C"
11 #define KCINITIALMESSAGEDATA_FUNCTION extern
14 @interface KCInitialMessageData
: PBCodable
<NSCopying
>
16 NSData
*_prepareMessage
;
20 @
property (nonatomic
, readonly
) BOOL hasPrepareMessage
;
21 @
property (nonatomic
, retain
) NSData
*prepareMessage
;
23 // Performs a shallow copy into other
24 - (void)copyTo
:(KCInitialMessageData
*)other
;
26 // Performs a deep merge from other into self
27 // If set in other, singular values in self are replaced in self
28 // Singular composite values are recursively merged
29 // Repeated values from other are appended to repeated values in self
30 - (void)mergeFrom
:(KCInitialMessageData
*)other
;
32 KCINITIALMESSAGEDATA_FUNCTION BOOL
KCInitialMessageDataReadFrom(__unsafe_unretained KCInitialMessageData
*self
, __unsafe_unretained PBDataReader
*reader
);