Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
Merge pull request #100 from juanuribeo13/master
Browse files Browse the repository at this point in the history
Fix imports to work as framework
  • Loading branch information
kcharwood committed Oct 28, 2015
2 parents 30037a6 + 7bf1136 commit ad54fed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AFOAuth2Manager/AFHTTPRequestSerializer+OAuth2.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.

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

@class AFOAuthCredential;

Expand Down
2 changes: 1 addition & 1 deletion AFOAuth2Manager/AFOAuth2Manager.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

#import <Foundation/Foundation.h>

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

@class AFOAuthCredential;

Expand Down

0 comments on commit ad54fed

Please sign in to comment.