aboutsummaryrefslogtreecommitdiffhomepage
path: root/objectivec/GPBProtocolBuffers.h
diff options
context:
space:
mode:
authorGravatar Jorge Canizales <jcanizales@google.com>2015-06-28 15:23:02 -0700
committerGravatar Jorge Canizales <jcanizales@google.com>2015-07-06 11:17:39 -0700
commitd5d7bb3bfbe3702617f604834d61d3357c8c87fb (patch)
treea7cd08f716f3eaf6b470a0737d422eb3965dcf7b /objectivec/GPBProtocolBuffers.h
parentd40a0db202433ba002a3e104165d4414e8929432 (diff)
Add Bazel target for protobuf ObjC runtime
Also add WKT headers to the umbrella file, and simplify Podspec with it. Plus some layout improvements to the BUILD file.
Diffstat (limited to 'objectivec/GPBProtocolBuffers.h')
-rw-r--r--objectivec/GPBProtocolBuffers.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/objectivec/GPBProtocolBuffers.h b/objectivec/GPBProtocolBuffers.h
index a66f295e..0c85259e 100644
--- a/objectivec/GPBProtocolBuffers.h
+++ b/objectivec/GPBProtocolBuffers.h
@@ -42,3 +42,15 @@
#import "GPBUnknownFieldSet.h"
#import "GPBUtilities.h"
#import "GPBWireFormat.h"
+
+// Well-known proto types
+#import "google/protobuf/Any.pbobjc.h"
+#import "google/protobuf/Api.pbobjc.h"
+#import "google/protobuf/Duration.pbobjc.h"
+#import "google/protobuf/Empty.pbobjc.h"
+#import "google/protobuf/FieldMask.pbobjc.h"
+#import "google/protobuf/SourceContext.pbobjc.h"
+#import "google/protobuf/Struct.pbobjc.h"
+#import "google/protobuf/Timestamp.pbobjc.h"
+#import "google/protobuf/Type.pbobjc.h"
+#import "google/protobuf/Wrappers.pbobjc.h"