1 // 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 != 30001 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 12 #pragma clang diagnostic push 13 #pragma clang diagnostic ignored "-Wdeprecated-declarations" 14 15 CF_EXTERN_C_BEGIN 16 17 NS_ASSUME_NONNULL_BEGIN 18 19 #pragma mark - GPBEmptyRoot 20 21 /// Exposes the extension registry for this file. 22 /// 23 /// The base class provides: 24 /// @code 25 /// + (GPBExtensionRegistry *)extensionRegistry; 26 /// @endcode 27 /// which is a @c GPBExtensionRegistry that includes all the extensions defined by 28 /// this file and all files that it depends on. 29 @interface GPBEmptyRoot : GPBRootObject 30 @end 31 32 #pragma mark - GPBEmpty 33 34 /// A generic empty message that you can re-use to avoid defining duplicated 35 /// empty messages in your APIs. A typical example is to use it as the request 36 /// or the response type of an API method. For instance: 37 /// 38 /// service Foo { 39 /// rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); 40 /// } 41 /// 42 /// The JSON representation for `Empty` is empty JSON object `{}`. 43 @interface GPBEmpty : GPBMessage 44 45 @end 46 47 NS_ASSUME_NONNULL_END 48 49 CF_EXTERN_C_END 50 51 #pragma clang diagnostic pop 52 53 // @@protoc_insertion_point(global_scope) 54