Skip to content

Commit

Permalink
Merge pull request #723 from qmfrederik/master
Browse files Browse the repository at this point in the history
Fix -Watimport-in-framework-header
  • Loading branch information
chrisballinger authored Jun 13, 2020
2 parents fe9ea6d + dbcb9de commit 72e0fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/CocoaAsyncSocket.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// CocoaAsyncSocket project is in the public domain.
//

@import Foundation;
#import <Foundation/Foundation.h>

//! Project version number for CocoaAsyncSocket.
FOUNDATION_EXPORT double cocoaAsyncSocketVersionNumber;
Expand Down

0 comments on commit 72e0fa9

Please sign in to comment.