Skip to content

Commit

Permalink
Adding some forward type declarations.
Browse files Browse the repository at this point in the history
This file no longer needs to rely on ProtocolBuffers.h or
ForwardDeclarations.h to be included first in order for it to compile.
  • Loading branch information
Jon Parise committed Oct 1, 2010
1 parent 30327a8 commit 685cc7e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/runtime/Classes/Message.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
// See the License for the specific language governing permissions and
// limitations under the License.

@class PBCodedOutputStream;
@class PBUnknownFieldSet;
@protocol PBMessage_Builder;

/**
* Abstract interface implemented by Protocol Message objects.
*
Expand Down

0 comments on commit 685cc7e

Please sign in to comment.