1 // Protocol Buffers - Google's data interchange format
2 // Copyright 2008 Google Inc. All rights reserved.
4 // Use of this source code is governed by a BSD-style
5 // license that can be found in the LICENSE file or at
6 // https://developers.google.com/open-source/licenses/bsd
10 package objc.protobuf.tests.startup;
11 option objc_class_prefix = "TestObjCStartup";
19 optional int32 optional_int32_extension = 1;
20 repeated int32 repeated_int32_extension = 2;
25 optional string nested_string_extension = 3;