Skip to content

Commit 6703a93

Browse files
1 parent 30037a6 commit 6703a93

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

AFOAuth2Manager/AFHTTPRequestSerializer+OAuth2.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2121
// THE SOFTWARE.
2222

23-
#import "AFURLRequestSerialization.h"
23+
#import <AFNetworking/AFURLRequestSerialization.h>
2424

2525
@class AFOAuthCredential;
2626

AFOAuth2Manager/AFOAuth2Manager.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
#import <Foundation/Foundation.h>
2424

25-
#import "AFHTTPRequestOperationManager.h"
25+
#import <AFNetworking/AFHTTPRequestOperationManager.h>
2626

2727
@class AFOAuthCredential;
2828

0 commit comments

Comments
 (0)