]> git.saurik.com Git - apple/security.git/blob - keychain/analytics/C2Metric/SECC2MPInternalTestConfig.h
Security-59306.11.20.tar.gz
[apple/security.git] / keychain / analytics / C2Metric / SECC2MPInternalTestConfig.h
1 // This file was automatically generated by protocompiler
2 // DO NOT EDIT!
3 // Compiled from C2Metric.proto
4
5 #import <Foundation/Foundation.h>
6 #import <ProtocolBuffer/PBCodable.h>
7
8 #ifdef __cplusplus
9 #define SECC2MPINTERNALTESTCONFIG_FUNCTION extern "C" __attribute__((visibility("hidden")))
10 #else
11 #define SECC2MPINTERNALTESTCONFIG_FUNCTION extern __attribute__((visibility("hidden")))
12 #endif
13
14 __attribute__((visibility("hidden")))
15 @interface SECC2MPInternalTestConfig : PBCodable <NSCopying>
16 {
17 NSString *_key;
18 NSString *_value;
19 }
20
21
22 @property (nonatomic, readonly) BOOL hasKey;
23 @property (nonatomic, retain) NSString *key;
24
25 @property (nonatomic, readonly) BOOL hasValue;
26 @property (nonatomic, retain) NSString *value;
27
28 // Performs a shallow copy into other
29 - (void)copyTo:(SECC2MPInternalTestConfig *)other;
30
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:(SECC2MPInternalTestConfig *)other;
36
37 SECC2MPINTERNALTESTCONFIG_FUNCTION BOOL SECC2MPInternalTestConfigReadFrom(__unsafe_unretained SECC2MPInternalTestConfig *self, __unsafe_unretained PBDataReader *reader);
38
39 @end
40