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

Commit

Permalink
Fixed Import for older setups
Browse files Browse the repository at this point in the history
  • Loading branch information
kcharwood committed Apr 11, 2016
1 parent b2c665b commit 46b0397
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions AFOAuth2Manager/AFOAuth2Manager.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
#import <Foundation/Foundation.h>
#import "AFOAuthCredential.h"
#import "AFHTTPRequestSerializer+OAuth2.h"

@import AFNetworking;
#import <AFNetworking/AFHTTPSessionManager.h>

NS_ASSUME_NONNULL_BEGIN

Expand Down

0 comments on commit 46b0397

Please sign in to comment.