ADD: added new version of protobuf

This commit is contained in:
Henry Winkel
2022-12-20 10:09:28 +01:00
parent 4a79559129
commit 1e2b3dda7b
1513 changed files with 123720 additions and 83381 deletions

View File

@@ -29,15 +29,13 @@
syntax = "proto2";
package objc.protobuf.tests.chain;
package protobuf_unittest;
import "objectivec/Tests/unittest_extension_chain_c.proto";
option objc_class_prefix = "Chain";
import "unittest_extension_chain_c.proto";
// The Root for this file should just be merging in the extensions from C's
// Root.
message GMessage {
optional CMessage c = 1;
message ChainGMessage {
optional ChainCMessage c = 1;
}