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

Commit 46b0397

Browse files
committed
Fixed Import for older setups
1 parent b2c665b commit 46b0397

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

AFOAuth2Manager/AFOAuth2Manager.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@
2323
#import <Foundation/Foundation.h>
2424
#import "AFOAuthCredential.h"
2525
#import "AFHTTPRequestSerializer+OAuth2.h"
26-
27-
@import AFNetworking;
26+
#import <AFNetworking/AFHTTPSessionManager.h>
2827

2928
NS_ASSUME_NONNULL_BEGIN
3029

0 commit comments

Comments
 (0)