Skip to content

Commit

Permalink
fix podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyxo committed Jun 24, 2014
1 parent f91556d commit 1563597
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/runtime/Classes/CodedInputStream.m
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
#import "MessageBuilder.h"
#import "Utilities.h"
#import "WireFormat.h"
#import "UnknownFieldSetBuilder.h"
#import "UnknownFieldSet.h"


@interface PBCodedInputStream ()
Expand Down
2 changes: 2 additions & 0 deletions src/runtime/Classes/CodedOutputStream.m
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
#import "Message.h"
#import "Utilities.h"
#import "WireFormat.h"
#import "UnknownFieldSetBuilder.h"
#import "UnknownFieldSet.h"


@implementation PBCodedOutputStream
Expand Down
Binary file not shown.

0 comments on commit 1563597

Please sign in to comment.