Skip to content

Commit

Permalink
Fixed an issue with using the library with the use_frameworks! CocoaP…
Browse files Browse the repository at this point in the history
…ods flag set (DyKnow#238).
  • Loading branch information
tumatauenga committed Feb 6, 2016
1 parent 25df145 commit 26b8302
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
// DEALINGS IN THE SOFTWARE.
//

#import "AFURLRequestSerialization.h"
#import <AFNetworking/AFURLRequestSerialization.h>

@interface SREventSourceRequestSerializer : AFHTTPRequestSerializer

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
// DEALINGS IN THE SOFTWARE.
//

#import "AFURLResponseSerialization.h"
#import <AFNetworking/AFURLResponseSerialization.h>

@interface SREventSourceResponseSerializer : AFHTTPResponseSerializer

Expand Down

0 comments on commit 26b8302

Please sign in to comment.