blob: fd38fde30c73412b9d9b1ba1b045b27793a04e14 [file] [log] [blame]
Thomas Van Lenten30650d82015-05-01 08:57:16 -04001// Protocol Buffers - Google's data interchange format
2// Copyright 2008 Google Inc. All rights reserved.
Thomas Van Lenten30650d82015-05-01 08:57:16 -04003//
Joshua Haberman44bd65b2023-09-08 17:43:14 -07004// 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
Thomas Van Lenten30650d82015-05-01 08:57:16 -04007
Thomas Van Lenten9e069b22022-09-19 13:34:01 -04008// clang-format off
Thomas Van Lenten30650d82015-05-01 08:57:16 -04009#import "GPBBootstrap.h"
Thomas Van Lenten9e069b22022-09-19 13:34:01 -040010// clang-format on
Thomas Van Lenten30650d82015-05-01 08:57:16 -040011
12#import "GPBArray.h"
13#import "GPBCodedInputStream.h"
14#import "GPBCodedOutputStream.h"
15#import "GPBDescriptor.h"
16#import "GPBDictionary.h"
Thomas Van Lenten30650d82015-05-01 08:57:16 -040017#import "GPBExtensionRegistry.h"
Thomas Van Lenten30650d82015-05-01 08:57:16 -040018#import "GPBMessage.h"
19#import "GPBRootObject.h"
Thomas Van Lentend846b0b2015-06-08 16:24:57 -040020#import "GPBUnknownField.h"
Thomas Van Lenten30650d82015-05-01 08:57:16 -040021#import "GPBUnknownFieldSet.h"
Thomas Van Lenten47f633e2024-07-01 07:25:23 -070022#import "GPBUnknownFields.h"
Thomas Van Lenten30650d82015-05-01 08:57:16 -040023#import "GPBUtilities.h"
Osman Cihangirf1e14fb2015-11-24 00:16:29 +020024#import "GPBWellKnownTypes.h"
Thomas Van Lenten30650d82015-05-01 08:57:16 -040025#import "GPBWireFormat.h"
Jorge Canizalesd5d7bb32015-06-28 15:23:02 -070026
27// Well-known proto types
Thomas Van Lenten020e4e32022-03-01 14:16:50 -050028#import "GPBAny.pbobjc.h"
29#import "GPBApi.pbobjc.h"
30#import "GPBDuration.pbobjc.h"
31#import "GPBEmpty.pbobjc.h"
32#import "GPBFieldMask.pbobjc.h"
33#import "GPBSourceContext.pbobjc.h"
34#import "GPBStruct.pbobjc.h"
35#import "GPBTimestamp.pbobjc.h"
36#import "GPBType.pbobjc.h"
37#import "GPBWrappers.pbobjc.h"