31 #import <Foundation/Foundation.h>
38 NS_ASSUME_NONNULL_BEGIN
46 - (instancetype)initWithNumber:(int32_t)number;
49 @property(nonatomic, readonly, assign) int32_t
number;
64 @property(nonatomic, readonly, strong) NSArray<GPBUnknownFieldSet*> *
groupList;
71 - (
void)addVarint:(uint64_t)value;
77 - (
void)addFixed32:(uint32_t)value;
83 - (
void)addFixed64:(uint64_t)value;
89 - (
void)addLengthDelimited:(NSData *)value;