blob: bace614d510dcf4c07441dc1d018f44314cbcf9f [file] [log] [blame]
Brian Silverman9c614bc2016-02-15 20:20:02 -05001// Generated by the protocol buffer compiler. DO NOT EDIT!
2// source: google/protobuf/empty.proto
3
4#import "GPBProtocolBuffers.h"
5
6#if GOOGLE_PROTOBUF_OBJC_GEN_VERSION != 30000
7#error This file was generated by a different version of protoc which is incompatible with your Protocol Buffer library sources.
8#endif
9
10// @@protoc_insertion_point(imports)
11
12CF_EXTERN_C_BEGIN
13
14NS_ASSUME_NONNULL_BEGIN
15
16#pragma mark - GPBEmptyRoot
17
18@interface GPBEmptyRoot : GPBRootObject
19
20// The base class provides:
21// + (GPBExtensionRegistry *)extensionRegistry;
22// which is an GPBExtensionRegistry that includes all the extensions defined by
23// this file and all files that it depends on.
24
25@end
26
27#pragma mark - GPBEmpty
28
29// A generic empty message that you can re-use to avoid defining duplicated
30// empty messages in your APIs. A typical example is to use it as the request
31// or the response type of an API method. For instance:
32//
33// service Foo {
34// rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty);
35// }
36//
37// The JSON representation for `Empty` is empty JSON object `{}`.
38@interface GPBEmpty : GPBMessage
39
40@end
41
42NS_ASSUME_NONNULL_END
43
44CF_EXTERN_C_END
45
46// @@protoc_insertion_point(global_scope)