X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/84aacf34eae6543be9f0280b2015385f91e5c2c6..b54c578e17e9bcbd74aa30ea75e25e955b9a6205:/KeychainCircle/generated_source/KCInitialMessageData.h?ds=inline diff --git a/KeychainCircle/generated_source/KCInitialMessageData.h b/KeychainCircle/generated_source/KCInitialMessageData.h new file mode 100644 index 00000000..41b4830b --- /dev/null +++ b/KeychainCircle/generated_source/KCInitialMessageData.h @@ -0,0 +1,35 @@ +// This file was automatically generated by protocompiler +// DO NOT EDIT! +// Compiled from KCInitialMessageData.proto + +#import +#import + +#ifdef __cplusplus +#define KCINITIALMESSAGEDATA_FUNCTION extern "C" +#else +#define KCINITIALMESSAGEDATA_FUNCTION extern +#endif + +@interface KCInitialMessageData : PBCodable +{ + NSData *_prepareMessage; +} + + +@property (nonatomic, readonly) BOOL hasPrepareMessage; +@property (nonatomic, retain) NSData *prepareMessage; + +// Performs a shallow copy into other +- (void)copyTo:(KCInitialMessageData *)other; + +// Performs a deep merge from other into self +// If set in other, singular values in self are replaced in self +// Singular composite values are recursively merged +// Repeated values from other are appended to repeated values in self +- (void)mergeFrom:(KCInitialMessageData *)other; + +KCINITIALMESSAGEDATA_FUNCTION BOOL KCInitialMessageDataReadFrom(__unsafe_unretained KCInitialMessageData *self, __unsafe_unretained PBDataReader *reader); + +@end +