6 #if !defined(GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS)
7 #define GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS 0
10 #if GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS
11 #import <Protobuf/GPBDescriptor.h>
12 #import <Protobuf/GPBMessage.h>
13 #import <Protobuf/GPBRootObject.h>
20 #if GOOGLE_PROTOBUF_OBJC_VERSION < 30004
21 #error This file was generated by a newer version of protoc which is incompatible with your Protocol Buffer library sources.
23 #if 30004 < GOOGLE_PROTOBUF_OBJC_MIN_SUPPORTED_VERSION
24 #error This file was generated by an older version of protoc which is incompatible with your Protocol Buffer library sources.
29 #pragma clang diagnostic push
30 #pragma clang diagnostic ignored "-Wdeprecated-declarations"
34 NS_ASSUME_NONNULL_BEGIN
36 #pragma mark - GPBWrappersRoot
51 #pragma mark - GPBDoubleValue
54 GPBDoubleValue_FieldNumber_Value = 1,
65 @property(nonatomic, readwrite)
double value;
69 #pragma mark - GPBFloatValue
72 GPBFloatValue_FieldNumber_Value = 1,
83 @property(nonatomic, readwrite)
float value;
87 #pragma mark - GPBInt64Value
90 GPBInt64Value_FieldNumber_Value = 1,
105 #pragma mark - GPBUInt64Value
108 GPBUInt64Value_FieldNumber_Value = 1,
123 #pragma mark - GPBInt32Value
126 GPBInt32Value_FieldNumber_Value = 1,
141 #pragma mark - GPBUInt32Value
144 GPBUInt32Value_FieldNumber_Value = 1,
159 #pragma mark - GPBBoolValue
162 GPBBoolValue_FieldNumber_Value = 1,
173 @property(nonatomic, readwrite)
BOOL value;
177 #pragma mark - GPBStringValue
180 GPBStringValue_FieldNumber_Value = 1,
191 @property(nonatomic, readwrite,
copy, null_resettable) NSString *
value;
195 #pragma mark - GPBBytesValue
198 GPBBytesValue_FieldNumber_Value = 1,
209 @property(nonatomic, readwrite,
copy, null_resettable) NSData *
value;
213 NS_ASSUME_NONNULL_END
217 #pragma clang diagnostic pop