ADD: added new version of protobuf
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// clang-format off
|
||||
// source: google/protobuf/struct.proto
|
||||
|
||||
#import "GPBDescriptor.h"
|
||||
@@ -88,7 +87,7 @@ GPB_FINAL @interface GPBStruct : GPBMessage
|
||||
|
||||
/** Unordered map of dynamically typed values. */
|
||||
@property(nonatomic, readwrite, strong, null_resettable) NSMutableDictionary<NSString*, GPBValue*> *fields;
|
||||
/** The number of items in @c fields without causing the container to be created. */
|
||||
/** The number of items in @c fields without causing the array to be created. */
|
||||
@property(nonatomic, readonly) NSUInteger fields_Count;
|
||||
|
||||
@end
|
||||
@@ -179,7 +178,7 @@ GPB_FINAL @interface GPBListValue : GPBMessage
|
||||
|
||||
/** Repeated field of dynamically typed values. */
|
||||
@property(nonatomic, readwrite, strong, null_resettable) NSMutableArray<GPBValue*> *valuesArray;
|
||||
/** The number of items in @c valuesArray without causing the container to be created. */
|
||||
/** The number of items in @c valuesArray without causing the array to be created. */
|
||||
@property(nonatomic, readonly) NSUInteger valuesArray_Count;
|
||||
|
||||
@end
|
||||
@@ -191,5 +190,3 @@ CF_EXTERN_C_END
|
||||
#pragma clang diagnostic pop
|
||||
|
||||
// @@protoc_insertion_point(global_scope)
|
||||
|
||||
// clange-format on
|
||||
|
||||
Reference in New Issue
Block a user