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
8 // A proto file which is imported by unittest.proto to test importing.
12 package objc.protobuf.tests.import;
15 import public "objectivec/Tests/unittest_import_public.proto";
17 option objc_class_prefix = "Import";
30 // To use an enum in a map, it must has the first value as 0.