Avoid recursive call to `Insert` in the flat case.
[google-protobuf.git] / objectivec / GPBUnknownFields_PackagePrivate.h
blob0d2fa7992febb3ce3ea9e079830a8499f7056125
1 // Protocol Buffers - Google's data interchange format
2 // Copyright 2024 Google Inc. All rights reserved.
3 //
4 // Use of this source code is governed by a BSD-style
5 // license that can be found in the LICENSE file or at
6 // https://developers.google.com/open-source/licenses/bsd
8 #import <Foundation/Foundation.h>
10 #import "GPBUnknownFields.h"
12 @interface GPBUnknownFields ()
14 - (nonnull NSData *)serializeAsData;
16 @end