0

I am making an app in which I need to use

[PFUser enableRevocableSessionInBackground]

However, when I add this to my app delegate, it says there is no know class method. Am I forgetting to import a header?

rmaddy
  • 314,917
  • 42
  • 532
  • 579
user2579706
  • 79
  • 1
  • 9

1 Answers1

0

That's a great guess.

Try doing:

#include "Parse/PFUser.h"

or

#include "PFUser.h"
Michael Dautermann
  • 88,797
  • 17
  • 166
  • 215