Skip to content
This repository has been archived by the owner on Jan 16, 2021. It is now read-only.

Commit

Permalink
Fix compilation of ParseFacebookUtilsV3 on Xcode 6.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
nlutsenko committed Oct 9, 2015
1 parent 60e49c1 commit e41a51e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ - (void)initializeSession {
self.session = FBSession.activeSession = sessionProxy;
}

- (BOOL)restoreAuthenticationWithAuthData:(nullable NSDictionary<NSString *,NSString *> *)authData {
- (BOOL)restoreAuthenticationWithAuthData:(nullable NSDictionary PF_GENERIC(NSString *,NSString *)*)authData {
if (!authData) {
OSAtomicIncrement32(&_currentOperationId);
self.tokenCache.facebookId = nil;
Expand Down

0 comments on commit e41a51e

Please sign in to comment.