ADD: added new version of protobuf
This commit is contained in:
@@ -29,14 +29,12 @@
|
||||
|
||||
syntax = "proto2";
|
||||
|
||||
package objc.protobuf.tests.chain;
|
||||
package protobuf_unittest;
|
||||
|
||||
import "objectivec/Tests/unittest.proto";
|
||||
|
||||
option objc_class_prefix = "Chain";
|
||||
import "google/protobuf/unittest.proto";
|
||||
|
||||
// The Root for this file should end up just merging in unittest's Root.
|
||||
|
||||
message EMessage {
|
||||
message ChainEMessage {
|
||||
optional TestAllTypes my_field = 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user