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

Commit b2c665b

Browse files
committed
Fixed compiler warnings
1 parent 46e121a commit b2c665b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

AFOAuth2Manager/AFOAuth2Manager.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@
2121
// THE SOFTWARE
2222

2323
#import <Foundation/Foundation.h>
24-
@class AFOAuthCredential;
24+
#import "AFOAuthCredential.h"
25+
#import "AFHTTPRequestSerializer+OAuth2.h"
26+
2527
@import AFNetworking;
2628

2729
NS_ASSUME_NONNULL_BEGIN

0 commit comments

Comments
 (0)