gRPC  0.6.0
 All Classes Namespaces Functions Variables Enumerations Properties Pages
Empty.pbobjc.h
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: 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-gen-objc which is incompatible with your Protocol Buffer sources.
8 #endif
9 
10 CF_EXTERN_C_BEGIN
11 
12 @class RMTEmpty;
13 
14 
15 #pragma mark - RMTEmptyRoot
16 
17 @interface RMTEmptyRoot : GPBRootObject
18 @end
19 
20 #pragma mark - RMTEmpty
21 
22 // An empty message that you can re-use to avoid defining duplicated empty
23 // messages in your project. A typical example is to use it as argument or the
24 // return value of a service API. For instance:
25 //
26 // service Foo {
27 // rpc Bar (grpc.testing.Empty) returns (grpc.testing.Empty) { };
28 // };
29 @interface RMTEmpty : GPBMessage
30 
31 @end
32 
33 CF_EXTERN_C_END
Definition: Empty.pbobjc.h:29
Definition: Empty.pbobjc.h:17