aboutsummaryrefslogtreecommitdiffhomepage
path: root/objectivec/google/protobuf/Empty.pbobjc.h
diff options
context:
space:
mode:
authorGravatar TeBoring <teboring@google.com>2015-08-26 14:02:44 -0700
committerGravatar TeBoring <teboring@google.com>2015-08-26 16:24:06 -0700
commitaca5a60883385db08f234e43d1f1b2f5867f92e5 (patch)
tree0e6e071a53e14d8a8db6440ef7cffae480d29a26 /objectivec/google/protobuf/Empty.pbobjc.h
parentb1b98e4b79592baddb5ce1473f53d984a18478da (diff)
Fix bugs for objectivec
Diffstat (limited to 'objectivec/google/protobuf/Empty.pbobjc.h')
-rw-r--r--objectivec/google/protobuf/Empty.pbobjc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/objectivec/google/protobuf/Empty.pbobjc.h b/objectivec/google/protobuf/Empty.pbobjc.h
index 17e2b19b..ff7f384a 100644
--- a/objectivec/google/protobuf/Empty.pbobjc.h
+++ b/objectivec/google/protobuf/Empty.pbobjc.h
@@ -33,6 +33,8 @@ NS_ASSUME_NONNULL_BEGIN
// service Foo {
// rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty);
// }
+//
+// The JSON representation for `Empty` is empty JSON object `{}`.
@interface GPBEmpty : GPBMessage
@end