GPBUnknownFields_PackagePrivate.h 418 B

12345678910111213141516
  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
  7. #import <Foundation/Foundation.h>
  8. #import "GPBUnknownFields.h"
  9. @interface GPBUnknownFields ()
  10. - (nonnull NSData *)serializeAsData;
  11. @end