Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewapperley committed Sep 11, 2013
1 parent e499f80 commit 482055c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -19,9 +19,9 @@ Copy the "Product" folder or the contents of said folder into your project.
Add the current line to your <AppName>-Prefix.pch file :

objective-c
#import "AFFNetworking/AFFNetworking-Resources.bundle/AFFNManager.h"
#import "AFFNetworking/AFFNetworking-Resources.bundle/AFFNImageManager.h"
#import "AFFNetworking/AFFNetworking-Resources.bundle/UIImageView+AFFNImage.h"
#import "AFFNManager.h"
#import "AFFNImageManager.h"
#import "UIImageView+AFFNImage.h"


####Types of Requests
Expand Down

0 comments on commit 482055c

Please sign in to comment.