1 // This file was automatically generated by protocompiler
3 // Compiled from MockAKSRefKey.proto
5 #import <Foundation/Foundation.h>
6 #import <ProtocolBuffer/PBCodable.h>
9 #define MOCKAKSREFKEY_FUNCTION extern "C"
11 #define MOCKAKSREFKEY_FUNCTION extern
14 @interface MockAKSRefKey
: PBCodable
<NSCopying
>
17 NSData
*_optionalParams
;
21 @
property (nonatomic
, readonly
) BOOL hasKey
;
22 @
property (nonatomic
, retain
) NSData
*key
;
24 @
property (nonatomic
, readonly
) BOOL hasOptionalParams
;
25 @
property (nonatomic
, retain
) NSData
*optionalParams
;
27 // Performs a shallow copy into other
28 - (void)copyTo
:(MockAKSRefKey
*)other
;
30 // Performs a deep merge from other into self
31 // If set in other, singular values in self are replaced in self
32 // Singular composite values are recursively merged
33 // Repeated values from other are appended to repeated values in self
34 - (void)mergeFrom
:(MockAKSRefKey
*)other
;
36 MOCKAKSREFKEY_FUNCTION BOOL
MockAKSRefKeyReadFrom(__unsafe_unretained MockAKSRefKey
*self
, __unsafe_unretained PBDataReader
*reader
);