- Fix Libraries AFOAuth2Manager

This commit is contained in:
Giuseppe Nucifora 2016-02-05 11:09:33 +01:00
parent 7744d145e0
commit 3487fb3c44
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ target 'PNObject_Example' do
pod 'NSString-Helper' pod 'NSString-Helper'
pod 'CodFis-Helper' pod 'CodFis-Helper'
pod 'StrongestPasswordValidator' pod 'StrongestPasswordValidator'
end end
target 'PNObject_Tests' do target 'PNObject_Tests' do

View File

@ -185,7 +185,7 @@ static bool isFirstAccess = YES;
return _currentEndPointBaseUrl; return _currentEndPointBaseUrl;
} }
- (AFHTTPSessionManager *) manager { - (AFOAuth2Manager *) manager {
BOOL canTryRefreh = NO; BOOL canTryRefreh = NO;