Skip to content

Commit

Permalink
Fix framework header file
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyxo committed Oct 24, 2014
1 parent a4c638b commit 13469e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ProtocolBuffers/ProtocolBuffers/ProtocolBuffers.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Copyright (c) 2014 alexeyxo. All rights reserved.
//

#import <UIKit/UIKit.h>
#import <Foundation/Foundation.h>
//! Project version number for ProtocolBuffers.
FOUNDATION_EXPORT double ProtocolBuffersVersionNumber;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Copyright (c) 2014 alexeyxo. All rights reserved.
//

import UIKit
import Foundation
import XCTest

class ProtocolBuffersTests: XCTestCase {
Expand Down

0 comments on commit 13469e0

Please sign in to comment.