Skip to content

Commit

Permalink
Fixed compiler warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
kcharwood committed Dec 14, 2015
1 parent 46e121a commit b2c665b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion AFOAuth2Manager/AFOAuth2Manager.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
// THE SOFTWARE

#import <Foundation/Foundation.h>
@class AFOAuthCredential;
#import "AFOAuthCredential.h"
#import "AFHTTPRequestSerializer+OAuth2.h"

@import AFNetworking;

NS_ASSUME_NONNULL_BEGIN
Expand Down

0 comments on commit b2c665b

Please sign in to comment.