Empty.pbobjc.h 1.2 KB

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