1 // Generated by the protocol buffer compiler. DO NOT EDIT! 2 // source: google/protobuf/empty.proto 3 4 // This CPP symbol can be defined to use imports that match up to the framework 5 // imports needed when using CocoaPods. 6 #if !defined(GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS) 7 #define GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS 0 8 #endif 9 10 #if GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS 11 #import <Protobuf/GPBProtocolBuffers.h> 12 #else 13 #import "GPBProtocolBuffers.h" 14 #endif 15 16 #if GOOGLE_PROTOBUF_OBJC_GEN_VERSION != 30001 17 #error This file was generated by a different version of protoc which is incompatible with your Protocol Buffer library sources. 18 #endif 19 20 // @@protoc_insertion_point(imports) 21 22 #pragma clang diagnostic push 23 #pragma clang diagnostic ignored "-Wdeprecated-declarations" 24 25 CF_EXTERN_C_BEGIN 26 27 NS_ASSUME_NONNULL_BEGIN 28 29 #pragma mark - GPBEmptyRoot 30 31 /// Exposes the extension registry for this file. 32 /// 33 /// The base class provides: 34 /// @code 35 /// + (GPBExtensionRegistry *)extensionRegistry; 36 /// @endcode 37 /// which is a @c GPBExtensionRegistry that includes all the extensions defined by 38 /// this file and all files that it depends on. 39 @interface GPBEmptyRoot : GPBRootObject 40 @end 41 42 #pragma mark - GPBEmpty 43 44 /// A generic empty message that you can re-use to avoid defining duplicated 45 /// empty messages in your APIs. A typical example is to use it as the request 46 /// or the response type of an API method. For instance: 47 /// 48 /// service Foo { 49 /// rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); 50 /// } 51 /// 52 /// The JSON representation for `Empty` is empty JSON object `{}`. 53 @interface GPBEmpty : GPBMessage 54 55 @end 56 57 NS_ASSUME_NONNULL_END 58 59 CF_EXTERN_C_END 60 61 #pragma clang diagnostic pop 62 63 // @@protoc_insertion_point(global_scope) 64