| // Protocol Buffers - Google's data interchange format |
| // Copyright 2008 Google Inc. All rights reserved. |
| // Use of this source code is governed by a BSD-style |
| // license that can be found in the LICENSE file or at |
| // https://developers.google.com/open-source/licenses/bsd |
| // A proto file which is imported by unittest.proto to test importing. |
| package objc.protobuf.tests.import; |
| import public "objectivec/Tests/unittest_import_public.proto"; |
| option objc_class_prefix = "Import"; |
| // To use an enum in a map, it must has the first value as 0. |