Skip to content

Commit d6add08

Browse files
Merge pull request #230 from ParsePlatform/richardross.generics.public.headers.10
Added BFTask generics to header of PFSession
2 parents 0a44f1f + 52aebc9 commit d6add08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Parse/PFSession.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ typedef void(^PFSessionResultBlock)(PFSession *PF_NULLABLE_S session, NSError *P
3737
3838
@returns A task that is `completed` with an instance of `PFSession` class or is `faulted` if the operation fails.
3939
*/
40-
+ (BFTask *)getCurrentSessionInBackground;
40+
+ (BFTask PF_GENERIC(PFSession *)*)getCurrentSessionInBackground;
4141

4242
/*!
4343
*Asynchronously* fetches a `PFSession` object related to the current user.

0 commit comments

Comments
 (0)