| // Protocol Buffers - Google's data interchange format |
| // Copyright 2015 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 |
| package objc.protobuf.tests.cycle; |
| option objc_class_prefix = "Cycle"; |
| // Cycles in the Message graph can cause problems for message class |
| // You can't make a object graph that spans files, so this can only be done |
| // within a single proto file. |